Fixed a regression from 2e5b82f627
This commit is contained in:
parent
2e5b82f627
commit
8520e43e13
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue