MCPcopy Create free account
hub / github.com/django-haystack/django-haystack / NotHandled

Class NotHandled

haystack/exceptions.py:25–28  ·  view source on GitHub ↗

Raised when a model is not handled by the router setup.

Source from the content-addressed store, hash-verified

23
24
25class NotHandled(HaystackError):
26 """Raised when a model is not handled by the router setup."""
27
28 pass
29
30
31class MoreLikeThisError(HaystackError):

Callers 1

get_indexMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…