Fixed #36448 -- Fixed GeoDjango spelling in test_commands.py docstrings.
Some checks failed
Docs / docs (push) Waiting to run
Docs / blacken-docs (push) Waiting to run
Linters / isort (push) Has been cancelled
Linters / black (push) Has been cancelled
Linters / flake8 (push) Has been cancelled
Tests / Windows, SQLite, Python 3.13 (push) Has been cancelled
Tests / JavaScript tests (push) Has been cancelled

This commit is contained in:
nakano 2025-06-08 00:36:16 +09:00 committed by Sarah Boyce
parent 76e1ca77bc
commit aafe320712

View file

@ -5,7 +5,7 @@ from django.test import TransactionTestCase
class MigrateTests(TransactionTestCase):
"""
Tests running the migrate command in Geodjango.
Tests running the migrate command in GeoDjango.
"""
available_apps = ["gis_tests.gis_migrations"]
@ -24,7 +24,7 @@ class MigrateTests(TransactionTestCase):
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).
It's also used to showcase an error in migrations where spatialite is