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 #188: Get rid of the workaround for django's __in bug #200

Closed umazalakain closed 7 years ago

umazalakain commented 7 years ago

Related bug: https://code.djangoproject.com/ticket/15145

etianen commented 7 years ago

Always nice to lose a hack. Much appreciated!