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

Get rid of temporary workaround with django bug #188

Closed amureki closed 7 years ago

amureki commented 7 years ago

This ticket: https://code.djangoproject.com/ticket/15145 was closed, so we probably can get rid of temporary hack here: https://github.com/etianen/django-watson/blob/release-1.2.4/src/watson/search.py#L526

etianen commented 7 years ago

Good point. I'll take a pull request, or get onto it myself at some point.