Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ get_queryset
Method
get_queryset
tests/admin_views/admin.py:796–797 ·
view source on GitHub ↗
(self, request)
Source
from the content-addressed store, hash-verified
794
""
"
795
796
def
get_queryset(self, request):
797
return
super().get_queryset(request).only(
"title"
)
798
799
800
class
ShortMessageAdmin(admin.ModelAdmin):
Callers
5
get_queryset
Method · 0.45
get_queryset
Method · 0.45
get_queryset
Method · 0.45
get_queryset
Method · 0.45
get_queryset
Method · 0.45
Calls
1
only
Method · 0.80
Tested by
no test coverage detected