MCPcopy Index your code
hub / github.com/django-haystack/django-haystack / none

Method none

haystack/manager.py:21–22  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

19 return self.get_search_queryset()
20
21 def none(self):
22 return self.get_empty_query_set()
23
24 def filter(self, *args, **kwargs): # noqa A003
25 return self.get_search_queryset().filter(*args, **kwargs)

Callers

nothing calls this directly

Calls 1

get_empty_query_setMethod · 0.95

Tested by

no test coverage detected