mirror of
https://github.com/django/django.git
synced 2025-07-07 21:35:15 +00:00
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
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:
parent
76e1ca77bc
commit
aafe320712
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue