From ec9004728ee136e3b7e2b7cd2610203e16b6ce9b Mon Sep 17 00:00:00 2001 From: Caio Ariede Date: Wed, 5 Aug 2015 11:08:56 -0300 Subject: Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql. --- tests/dbshell/test_postgresql_psycopg2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/dbshell') diff --git a/tests/dbshell/test_postgresql_psycopg2.py b/tests/dbshell/test_postgresql_psycopg2.py index 0bb8721b70..f74ea3ddb2 100644 --- a/tests/dbshell/test_postgresql_psycopg2.py +++ b/tests/dbshell/test_postgresql_psycopg2.py @@ -4,7 +4,7 @@ from __future__ import unicode_literals import locale import os -from django.db.backends.postgresql_psycopg2.client import DatabaseClient +from django.db.backends.postgresql.client import DatabaseClient from django.test import SimpleTestCase, mock from django.utils import six from django.utils.encoding import force_bytes, force_str -- cgit v1.3