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 middleware object, use MiddlewareMixin if present for Django 1.10 #195

Closed blodone closed 7 years ago

blodone commented 7 years ago

fix Django 1.10 Middleware, use MiddlewareMixin with fallback to object

etianen commented 7 years ago

Thanks!

etianen commented 7 years ago

I'll get a release out this week.