Refs #25175 -- Added backwards compatibility for importing postgresql_psycopg2 backend.
This commit is contained in:
parent
ec9004728e
commit
bcb4fe0012
|
@ -0,0 +1 @@
|
|||
from ..postgresql.base import * # NOQA
|
|
@ -0,0 +1 @@
|
|||
from ..postgresql.client import * # NOQA
|
|
@ -0,0 +1 @@
|
|||
from ..postgresql.creation import * # NOQA
|
|
@ -0,0 +1 @@
|
|||
from ..postgresql.features import * # NOQA
|
|
@ -0,0 +1 @@
|
|||
from ..postgresql.introspection import * # NOQA
|
|
@ -0,0 +1 @@
|
|||
from ..postgresql.operations import * # NOQA
|
|
@ -0,0 +1 @@
|
|||
from ..postgresql.schema import * # NOQA
|
|
@ -0,0 +1 @@
|
|||
from ..postgresql.utils import * # NOQA
|
|
@ -0,0 +1 @@
|
|||
from ..postgresql.version import * # NOQA
|
Loading…
Reference in New Issue