Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
89
class
SpyManager(PersonManager):
90
def
get_queryset(self):
91
return
super().get_queryset().filter(cover_blown=False)
92
93
94
class
Spy(Person):
Callers
2
test_custom_lookup_none_rhs
Method · 0.45
get_queryset
Method · 0.45
Calls
1
filter
Method · 0.45
Tested by
1
test_custom_lookup_none_rhs
Method · 0.36