mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Updates to the test suite to allow for newly deprecated and removed features
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15990 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
603884505f
commit
4c468800ee
28 changed files with 255 additions and 298 deletions
|
@ -5,7 +5,7 @@ import datetime
|
|||
from django.core.management.color import no_style
|
||||
from django.db import backend, connection, connections, DEFAULT_DB_ALIAS, IntegrityError
|
||||
from django.db.backends.signals import connection_created
|
||||
from django.db.backends.postgresql import version as pg_version
|
||||
from django.db.backends.postgresql_psycopg2 import version as pg_version
|
||||
from django.test import TestCase, skipUnlessDBFeature, TransactionTestCase
|
||||
from django.utils import unittest
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue