MCPcopy
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

noneMethod · 0.80
get_querysetMethod · 0.45

Tested by

no test coverage detected