diff options
| author | nakano <hirofumi0081@gmail.com> | 2025-06-08 00:36:16 +0900 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-06-10 09:50:21 +0200 |
| commit | aafe320712c1c1f96326b03b63d2ee7e8e5928ca (patch) | |
| tree | 66d23d8acb66aa2d59268485a7c4e0810137718a | |
| parent | 76e1ca77bc9cdfa12df9541c32b75af926dbdfea (diff) | |
Fixed #36448 -- Fixed GeoDjango spelling in test_commands.py docstrings.
| -rw-r--r-- | tests/gis_tests/gis_migrations/test_commands.py | 4 |
1 files 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 |
