divio/aldryn-search

New Django 1.8 prereq in aldryn_search/helpers.py

Closed this issue · 1 comments

This requires Django 1.8: from django.template import Engine

(https://github.com/aldryn/aldryn-search/blob/master/aldryn_search/helpers.py#L3, introduced in df389ce)

I guess the Django version checked for in the new code needs to be change?

Fixed by 51e0624.

The idea is to keep supporting 1.6 and up.
Will update the readme also for supported cms versions.