diff --git a/django/db/backends/postgresql_psycopg2/__init__.py b/django/db/backends/postgresql_psycopg2/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/django/db/backends/postgresql_psycopg2/base.py b/django/db/backends/postgresql_psycopg2/base.py new file mode 100644 index 00000000000..967768434e8 --- /dev/null +++ b/django/db/backends/postgresql_psycopg2/base.py @@ -0,0 +1 @@ +from ..postgresql.base import * # NOQA diff --git a/django/db/backends/postgresql_psycopg2/client.py b/django/db/backends/postgresql_psycopg2/client.py new file mode 100644 index 00000000000..2bf134bcaf6 --- /dev/null +++ b/django/db/backends/postgresql_psycopg2/client.py @@ -0,0 +1 @@ +from ..postgresql.client import * # NOQA diff --git a/django/db/backends/postgresql_psycopg2/creation.py b/django/db/backends/postgresql_psycopg2/creation.py new file mode 100644 index 00000000000..aaec84e7a87 --- /dev/null +++ b/django/db/backends/postgresql_psycopg2/creation.py @@ -0,0 +1 @@ +from ..postgresql.creation import * # NOQA diff --git a/django/db/backends/postgresql_psycopg2/features.py b/django/db/backends/postgresql_psycopg2/features.py new file mode 100644 index 00000000000..3582a1754e9 --- /dev/null +++ b/django/db/backends/postgresql_psycopg2/features.py @@ -0,0 +1 @@ +from ..postgresql.features import * # NOQA diff --git a/django/db/backends/postgresql_psycopg2/introspection.py b/django/db/backends/postgresql_psycopg2/introspection.py new file mode 100644 index 00000000000..1191bb2f5a9 --- /dev/null +++ b/django/db/backends/postgresql_psycopg2/introspection.py @@ -0,0 +1 @@ +from ..postgresql.introspection import * # NOQA diff --git a/django/db/backends/postgresql_psycopg2/operations.py b/django/db/backends/postgresql_psycopg2/operations.py new file mode 100644 index 00000000000..a45f5e5611a --- /dev/null +++ b/django/db/backends/postgresql_psycopg2/operations.py @@ -0,0 +1 @@ +from ..postgresql.operations import * # NOQA diff --git a/django/db/backends/postgresql_psycopg2/schema.py b/django/db/backends/postgresql_psycopg2/schema.py new file mode 100644 index 00000000000..b0263d15b79 --- /dev/null +++ b/django/db/backends/postgresql_psycopg2/schema.py @@ -0,0 +1 @@ +from ..postgresql.schema import * # NOQA diff --git a/django/db/backends/postgresql_psycopg2/utils.py b/django/db/backends/postgresql_psycopg2/utils.py new file mode 100644 index 00000000000..c3e6ffe2549 --- /dev/null +++ b/django/db/backends/postgresql_psycopg2/utils.py @@ -0,0 +1 @@ +from ..postgresql.utils import * # NOQA diff --git a/django/db/backends/postgresql_psycopg2/version.py b/django/db/backends/postgresql_psycopg2/version.py new file mode 100644 index 00000000000..2b9b22107fd --- /dev/null +++ b/django/db/backends/postgresql_psycopg2/version.py @@ -0,0 +1 @@ +from ..postgresql.version import * # NOQA