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

Class SearchFieldError

haystack/exceptions.py:13–16  ·  view source on GitHub ↗

Raised when a field encounters an error.

Source from the content-addressed store, hash-verified

11
12
13class SearchFieldError(HaystackError):
14 """Raised when a field encounters an error."""
15
16 pass
17
18
19class MissingDependency(HaystackError):

Callers 10

prepare_templateMethod · 0.90
__init__Method · 0.90
convertMethod · 0.90
convertMethod · 0.90
__init__Method · 0.90
collect_fieldsMethod · 0.90
__init__Method · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected