Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/django-haystack/django-haystack
/ get_indexed_models
Method
get_indexed_models
haystack/utils/loading.py:331–333 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
329
return
self._indexes
330
331
def
get_indexed_models(self):
332
# Ensuring a list here since Python3 will give us an iterator
333
return
list(self.get_indexes().keys())
334
335
def
get_index_fieldname(self, field):
336
if
not self._built:
Callers
14
model_choices
Function · 0.80
changelist_view
Method · 0.80
models
Method · 0.80
_process_results
Method · 0.80
_process_results
Method · 0.80
_process_results
Method · 0.80
build_models_list
Method · 0.80
search
Method · 0.80
handle
Method · 0.80
test_discovery
Method · 0.80
test_discovery
Method · 0.80
search
Method · 0.80
Calls
1
get_indexes
Method · 0.95
Tested by
4
test_discovery
Method · 0.64
test_discovery
Method · 0.64
test_get_indexed_models
Method · 0.64
test_index_collection
Method · 0.64