X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/3f6f55a25872c1d1465f7bdb59e8a766da9c51cc..99ff7cb43e460029b1769fc21f704b7614381cf1:/migdal/search_indexes.py diff --git a/migdal/search_indexes.py b/migdal/search_indexes.py index 4257483..27169f3 100644 --- a/migdal/search_indexes.py +++ b/migdal/search_indexes.py @@ -1,8 +1,8 @@ -from django.conf import settings import datetime +from django.conf import settings from haystack import indexes +from fnpdjango.utils.models.translation import add_translatable_index from migdal.models import Entry -from migdal.helpers import add_translatable_index class EntryIndex(indexes.RealTimeSearchIndex, indexes.Indexable):