MCPcopy
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
824class StoryForm(forms.ModelForm):

Callers

nothing calls this directly

Calls 2

onlyMethod · 0.80
get_querysetMethod · 0.45

Tested by

no test coverage detected