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.21k stars 129 forks source link

Fixing Django 1.10 Deprecation Warnings. #150

Closed SimonGreenhill closed 8 years ago

SimonGreenhill commented 8 years ago

The pull request silences the DeprecationWarnings I'm getting on Django 1.9.1.

I'm not sure if this affects backwards compatibility but I don't think so.

Should resolve #147 and #106

etianen commented 8 years ago

Lovely jubbly!