mirror of
https://github.com/django/django.git
synced 2025-06-16 00:49:12 +00:00
Fixed #36448 -- Fixed GeoDjango spelling in test_commands.py docstrings.
This commit is contained in:
parent
76e1ca77bc
commit
aafe320712
@ -5,7 +5,7 @@ from django.test import TransactionTestCase
|
|||||||
|
|
||||||
class MigrateTests(TransactionTestCase):
|
class MigrateTests(TransactionTestCase):
|
||||||
"""
|
"""
|
||||||
Tests running the migrate command in Geodjango.
|
Tests running the migrate command in GeoDjango.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
available_apps = ["gis_tests.gis_migrations"]
|
available_apps = ["gis_tests.gis_migrations"]
|
||||||
@ -24,7 +24,7 @@ class MigrateTests(TransactionTestCase):
|
|||||||
|
|
||||||
def test_migrate_gis(self):
|
def test_migrate_gis(self):
|
||||||
"""
|
"""
|
||||||
Tests basic usage of the migrate command when a model uses Geodjango
|
Tests basic usage of the migrate command when a model uses GeoDjango
|
||||||
fields (#22001).
|
fields (#22001).
|
||||||
|
|
||||||
It's also used to showcase an error in migrations where spatialite is
|
It's also used to showcase an error in migrations where spatialite is
|
||||||
|
Loading…
x
Reference in New Issue
Block a user