Raised when a model is not handled by the router setup.
| 23 | |
| 24 | |
| 25 | class NotHandled(HaystackError): |
| 26 | """Raised when a model is not handled by the router setup.""" |
| 27 | |
| 28 | pass |
| 29 | |
| 30 | |
| 31 | class MoreLikeThisError(HaystackError): |
no outgoing calls
no test coverage detected
searching dependent graphs…