summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Apolloner <florian@apolloner.eu>2014-03-18 15:30:52 +0100
committerFlorian Apolloner <florian@apolloner.eu>2014-03-18 15:30:52 +0100
commit8520e43e138f518b5962c00f05e17dab70a407da (patch)
treefc203d18956c891d71ed5f6e98292e2d412da301
parent2e5b82f6277227b69e9a6c5261a6deb14fff15dc (diff)
Fixed a regression from 2e5b82f6277227b69e9a6c5261a6deb14fff15dc
-rw-r--r--django/contrib/gis/tests/gis_migrations/test_commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/gis/tests/gis_migrations/test_commands.py b/django/contrib/gis/tests/gis_migrations/test_commands.py
index 1c675e4c86..f927613511 100644
--- a/django/contrib/gis/tests/gis_migrations/test_commands.py
+++ b/django/contrib/gis/tests/gis_migrations/test_commands.py
@@ -28,7 +28,7 @@ class MigrateTests(TransactionTestCase):
@skipUnless(HAS_SPATIAL_DB, "Spatial db is required.")
@override_system_checks([])
- @override_settings(MIGRATION_MODULES={"gis": "django.contrib.gis.tests.migrations.migrations"})
+ @override_settings(MIGRATION_MODULES={"gis": "django.contrib.gis.tests.gis_migrations.migrations"})
def test_migrate_gis(self):
"""
Tests basic usage of the migrate command when a model uses Geodjango