Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/django-haystack/django-haystack
/ all
Method
all
haystack/manager.py:18–19 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
16
return
EmptySearchQuerySet(using=self.using)
17
18
def
all(self):
# noqa A003
19
return
self.get_search_queryset()
20
21
def
none(self):
22
return
self.get_empty_query_set()
Callers
nothing calls this directly
Calls
1
get_search_queryset
Method · 0.95
Tested by
no test coverage detected