Fixed a regression from 2e5b82f627

This commit is contained in:
Florian Apolloner 2014-03-18 15:30:52 +01:00
parent 2e5b82f627
commit 8520e43e13
1 changed files with 1 additions and 1 deletions

View File

@ -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