From aafe320712c1c1f96326b03b63d2ee7e8e5928ca Mon Sep 17 00:00:00 2001 From: nakano Date: Sun, 8 Jun 2025 00:36:16 +0900 Subject: [PATCH] Fixed #36448 -- Fixed GeoDjango spelling in test_commands.py docstrings. --- tests/gis_tests/gis_migrations/test_commands.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/gis_tests/gis_migrations/test_commands.py b/tests/gis_tests/gis_migrations/test_commands.py index 318cd12278..89a14092c5 100644 --- a/tests/gis_tests/gis_migrations/test_commands.py +++ b/tests/gis_tests/gis_migrations/test_commands.py @@ -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