New Django 1.8 prereq in aldryn_search/helpers.py
Closed this issue · 1 comments
trawick commented
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?