Closed jtdoepke closed 6 years ago
This library is used by many apps that require a django older than 2.0 (or even 1.8).
We should detect which version of Django they are using, and act accordingly.
Ideally.
Yep, it does that. Still uses the old engine for Django < 2.0.
Excellent :)
Closing & re-opening to trigger a travis build
The database backend "django.db.backends.postgresql_psycopg2" has been deprecated in Django 2.0 in favor of "django.db.backends.postgresql".
https://docs.djangoproject.com/en/2.0/releases/2.0/#id1