jimfunk / django-postgresql-netfields

Proper INET and CIDR fields for Django running on PostgreSQL
BSD 3-Clause "New" or "Revised" License
154 stars 65 forks source link

The django.db.backends.postgresql_psycopg2 module is deprecated in Django>=2.0 #96

Closed erikdewildt closed 4 years ago

erikdewildt commented 5 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

etene commented 4 years ago

Django 3.0 is out on pypi, merging this PR would be great as the deprecated import prevents upgrading to 3.0 :)

Tecktron commented 4 years ago

I need this too. This broke a build this morning.

jimfunk commented 4 years ago

Thanks!