Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/django-haystack/django-haystack
/ get_model_ct
Function
get_model_ct
haystack/utils/__init__.py:76–77 ·
view source on GitHub ↗
(model)
Source
from the content-addressed store, hash-verified
74
75
76
def
get_model_ct(model):
77
return
"%s.%s"
% get_model_ct_tuple(model)
78
79
80
def
get_facet_field_name(fieldname):
Callers
15
model_choices
Function · 0.90
prepare
Method · 0.90
clear
Method · 0.90
build_search_kwargs
Method · 0.90
more_like_this
Method · 0.90
clear
Method · 0.90
build_search_kwargs
Method · 0.90
clear
Method · 0.90
build_search_kwargs
Method · 0.90
more_like_this
Method · 0.90
clear
Method · 0.90
search
Method · 0.90
Calls
1
get_model_ct_tuple
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…