mirror of
https://github.com/zulip/zulip.git
synced 2025-11-20 06:28:23 +00:00
django3: Remove remaining postgresql_psycopg2 use.
Removed in Django 3.0.
This commit is contained in:
committed by
Tim Abbott
parent
64becb20b5
commit
b652cc786c
@@ -3,7 +3,7 @@
|
|||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
from django.db import migrations
|
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
|
from django.db.migrations.state import StateApps
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user