mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Moved migration exception classes to shared module
Thanks Aymeric Augustin for the review.
This commit is contained in:
parent
3cb386b8c2
commit
811d7870a5
8 changed files with 71 additions and 53 deletions
|
@ -3,8 +3,8 @@ from __future__ import unicode_literals
|
|||
from unittest import skipIf
|
||||
|
||||
from django.db import connection, connections
|
||||
from django.db.migrations.graph import NodeNotFoundError
|
||||
from django.db.migrations.loader import AmbiguityError, MigrationLoader
|
||||
from django.db.migrations.exceptions import AmbiguityError, NodeNotFoundError
|
||||
from django.db.migrations.loader import MigrationLoader
|
||||
from django.db.migrations.recorder import MigrationRecorder
|
||||
from django.test import TestCase, modify_settings, override_settings
|
||||
from django.utils import six
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue