MCPcopy
hub / github.com/django/django / get_queryset

Method get_queryset

tests/fixtures/models.py:90–91  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

88
89class SpyManager(PersonManager):
90 def get_queryset(self):
91 return super().get_queryset().filter(cover_blown=False)
92
93
94class Spy(Person):

Callers 2

get_querysetMethod · 0.45

Calls 1

filterMethod · 0.45

Tested by 1