etianen / django-watson

Full-text multi-table search application for Django. Easy to install and use, with good performance.
BSD 3-Clause "New" or "Revised" License
1.2k stars 130 forks source link

Fix Django 1.10 error when trying to import the deprecated patterns. #174

Closed ryokamiya closed 8 years ago

ryokamiya commented 8 years ago

Fix Django 1.10 error when trying to import the deprecated django.conf.urls.patterns. The patterns is not used in its source code anyway.

ryokamiya commented 8 years ago

Sorry I just realised that there's duplicate and even better pull request. I'm closing this.

etianen commented 8 years ago

Hey, no worries, thanks for getting involved!

173 is now merged in master, btw.