mirror of
https://github.com/django/django.git
synced 2025-11-27 05:52:41 +00:00
Fix comment
This commit is contained in:
parent
849538d03d
commit
9e5a37c82d
1 changed files with 1 additions and 1 deletions
|
|
@ -1042,7 +1042,7 @@ class AutodetectorTests(TestCase):
|
||||||
@override_settings(MIGRATION_MODULES={"migrations": "migrations.test_migrations"})
|
@override_settings(MIGRATION_MODULES={"migrations": "migrations.test_migrations"})
|
||||||
def test_last_dependency(self):
|
def test_last_dependency(self):
|
||||||
"""
|
"""
|
||||||
Tests that a dependency to an app with existing migrations uses __first__.
|
Tests that a dependency to an app with existing migrations uses __last__.
|
||||||
"""
|
"""
|
||||||
# Load graph
|
# Load graph
|
||||||
loader = MigrationLoader(connection)
|
loader = MigrationLoader(connection)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue