diff options
| author | Mads Jensen <mje@inducks.org> | 2019-07-25 13:43:23 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-08-19 16:06:14 +0200 |
| commit | b10d322c41f66dc7c77c36f90a3532269b25ea93 (patch) | |
| tree | 5eb7e7ecbd561b57bb6930377fdf6a7a9b0924e6 /tests/migrations/test_multidb.py | |
| parent | 85458e94e38c20e57939947ee515a1a53689659f (diff) | |
Moved migrations.test_operations.OperationTestBase to migrations.test_base.
Co-Authored-By: Daniel Tao <daniel.tao@gmail.com>
Diffstat (limited to 'tests/migrations/test_multidb.py')
| -rw-r--r-- | tests/migrations/test_multidb.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/migrations/test_multidb.py b/tests/migrations/test_multidb.py index e0c5a4d3c5..d8986deb81 100644 --- a/tests/migrations/test_multidb.py +++ b/tests/migrations/test_multidb.py @@ -2,7 +2,7 @@ from django.db import connection, migrations, models from django.db.migrations.state import ProjectState from django.test import override_settings -from .test_operations import OperationTestBase +from .test_base import OperationTestBase class AgnosticRouter: |
