Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ get_queryset
Method
get_queryset
tests/admin_views/admin.py:820–821 ·
view source on GitHub ↗
(self, request)
Source
from the content-addressed store, hash-verified
818
""
"
819
820
def
get_queryset(self, request):
821
return
super().get_queryset(request).only(
"title"
)
822
823
824
class
StoryForm(forms.ModelForm):
Callers
nothing calls this directly
Calls
2
only
Method · 0.80
get_queryset
Method · 0.45
Tested by
no test coverage detected