mirror of
https://github.com/Hopiu/xapian-haystack.git
synced 2026-05-16 19:11:10 +00:00
Import MoreLikeThisError. This resolves issue 72
This commit is contained in:
parent
84c3274628
commit
4f05cf7b13
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ from django.core.exceptions import ImproperlyConfigured
|
|||
from django.utils.encoding import smart_unicode, force_unicode
|
||||
|
||||
from haystack.backends import BaseSearchBackend, BaseSearchQuery, SearchNode, log_query
|
||||
from haystack.exceptions import HaystackError, MissingDependency
|
||||
from haystack.exceptions import HaystackError, MissingDependency, MoreLikeThisError
|
||||
from haystack.fields import DateField, DateTimeField, IntegerField, FloatField, BooleanField, MultiValueField
|
||||
from haystack.models import SearchResult
|
||||
from haystack.utils import get_identifier
|
||||
|
|
|
|||
Loading…
Reference in a new issue