.../aldryn_search/cms_app.py:17: RemovedInDjango110Warning:
django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url('^$', AldrynSearchView.as_view(), name='aldryn-search'),
Hi there,
Thanks for the contribution.
Please use a conditional as this would break on django 1.4 and django 1.5 which are still supported by this app.
This removes the following warning: