divio / aldryn-search

Haystack 2.0 search index for django CMS
Other
48 stars 77 forks source link

RemovedInDjango19Warning: django.utils.importlib will be removed in Django 1.9. #51

Closed facconi closed 8 years ago

facconi commented 8 years ago

I receive the following warning every time I start the server:

site-packages/aldryn_search/utils.py:16: RemovedInDjango19Warning: 
             django.utils.importlib will be removed in Django 1.9.
from django.utils.importlib import import_module

Using:

czpython commented 8 years ago

Thanks. Fixed by 4f8f0d87a218a67bfe9c1304e4c1c5651e52c1b2

facconi commented 8 years ago

Thanks!