Closed erikdewildt closed 4 years ago
The django.db.backends.postgresql_psycopg2 module is deprecated in Django>=2.0 and removed in Django>=3.0b1
Use the legacy module only when version number <= 2
Django 3.0 is out on pypi, merging this PR would be great as the deprecated import prevents upgrading to 3.0 :)
I need this too. This broke a build this morning.
Thanks!
The django.db.backends.postgresql_psycopg2 module is deprecated in Django>=2.0 and removed in Django>=3.0b1
Use the legacy module only when version number <= 2