Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ get_queryset
Method
get_queryset
django/db/models/manager.py:212–213 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
210
self.model = model
211
212
def
get_queryset(self):
213
return
super().get_queryset().none()
Callers
nothing calls this directly
Calls
2
none
Method · 0.80
get_queryset
Method · 0.45
Tested by
no test coverage detected