django3: Remove remaining postgresql_psycopg2 use.

Removed in Django 3.0.
This commit is contained in:
Mateusz Mandera
2020-12-13 17:14:42 +01:00
committed by Tim Abbott
parent 64becb20b5
commit b652cc786c

View File

@@ -3,7 +3,7 @@
from __future__ import unicode_literals
from django.db import migrations
from django.db.backends.postgresql_psycopg2.schema import DatabaseSchemaEditor
from django.db.backends.postgresql.schema import DatabaseSchemaEditor
from django.db.migrations.state import StateApps