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

django.db.backends.postgresql_psycopg2.version removed in django 2.0 #231

Closed Patrick-Berg closed 6 years ago

Patrick-Berg commented 6 years ago

the postgresql_psycopg2 module is deprecated and .version was removed 4 months ago. Just noticed it after upgrading to django 2.0. watson/backends.py line 500

etianen commented 6 years ago

Fixed in master.