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 129 forks source link

django 3.0 compatibility #264

Closed ephes closed 4 years ago

ephes commented 4 years ago

Removed references to django.utils.six and python_2_unicode_compatible because both were removed in django 3.0.

etianen commented 4 years ago

Sorry it took a while to get to this.

It looks like some of the checks are failing. If you can get this fixed up, I'll merge when I'm back at work on the 23rd.

Check out the support matrix I'm using in django-reversion for Python and Django versions. Those are the ones I'm interested in supporting going forward.

https://github.com/etianen/django-reversion/blob/master/.travis.yml

It would be good if you could update the test matrix in django-watson to match.

etianen commented 4 years ago

Closed by #263