MCPcopy 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
76def get_model_ct(model):
77 return "%s.%s" % get_model_ct_tuple(model)
78
79
80def get_facet_field_name(fieldname):

Callers 15

model_choicesFunction · 0.90
prepareMethod · 0.90
clearMethod · 0.90
build_search_kwargsMethod · 0.90
more_like_thisMethod · 0.90
clearMethod · 0.90
build_search_kwargsMethod · 0.90
clearMethod · 0.90
build_search_kwargsMethod · 0.90
more_like_thisMethod · 0.90
clearMethod · 0.90
searchMethod · 0.90

Calls 1

get_model_ct_tupleFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…