summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql_psycopg2/operations.py
diff options
context:
space:
mode:
authorCaio Ariede <caio.ariede@gmail.com>2015-08-06 20:34:04 -0300
committerTim Graham <timograham@gmail.com>2015-08-07 09:34:18 -0400
commitbcb4fe0012f8f869348ea83f5a35706f4545c44a (patch)
tree092d16fb1a0219d3550e252acb1a2e264f1fa460 /django/db/backends/postgresql_psycopg2/operations.py
parentec9004728ee136e3b7e2b7cd2610203e16b6ce9b (diff)
downloaddjango-bcb4fe0012f8f869348ea83f5a35706f4545c44a.tar.gz
Refs #25175 -- Added backwards compatibility for importing postgresql_psycopg2 backend.
Diffstat (limited to 'django/db/backends/postgresql_psycopg2/operations.py')
-rw-r--r--django/db/backends/postgresql_psycopg2/operations.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/django/db/backends/postgresql_psycopg2/operations.py b/django/db/backends/postgresql_psycopg2/operations.py
new file mode 100644
index 0000000000..a45f5e5611
--- /dev/null
+++ b/django/db/backends/postgresql_psycopg2/operations.py
@@ -0,0 +1 @@
+from ..postgresql.operations import * # NOQA