mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Simplified imports from django.db and django.contrib.gis.db.
This commit is contained in:
parent
469bf2db15
commit
335c9c94ac
113 changed files with 382 additions and 450 deletions
|
@ -1,8 +1,7 @@
|
|||
from unittest import mock, skipUnless
|
||||
|
||||
from django.db import connection
|
||||
from django.db import DatabaseError, connection
|
||||
from django.db.models import Index
|
||||
from django.db.utils import DatabaseError
|
||||
from django.test import TransactionTestCase, skipUnlessDBFeature
|
||||
|
||||
from .models import (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue