diff options
| author | Carl Meyer <carl@oddbird.net> | 2015-06-03 19:21:23 -0600 |
|---|---|---|
| committer | Carl Meyer <carl@oddbird.net> | 2015-06-03 19:21:23 -0600 |
| commit | 2358c1e5d771ab09ec555ffc8c3c46d56507293e (patch) | |
| tree | 2226edce88301434de7e91951edeadf4fdd0e421 /tests/migrations/test_executor.py | |
| parent | feed5ad2a07223d14f8304920fa761c972559b07 (diff) | |
[1.8.x] Cleaned up docstring style, per Tim Graham review.
Backport of 57dbc87ade5533d78089690ec7795034ff69177a from master.
Diffstat (limited to 'tests/migrations/test_executor.py')
| -rw-r--r-- | tests/migrations/test_executor.py | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/tests/migrations/test_executor.py b/tests/migrations/test_executor.py index 0eefc32b1f..12bdabb172 100644 --- a/tests/migrations/test_executor.py +++ b/tests/migrations/test_executor.py @@ -415,9 +415,7 @@ class ExecutorTests(MigrationTestBase): @override_settings(MIGRATION_MODULES={"migrations": "migrations.test_migrations_squashed"}) def test_apply_all_replaced_marks_replacement_as_applied(self): """ - Applying all replaced migrations marks the replacement as applied. - - Ticket #24628. + Applying all replaced migrations marks replacement as applied (#24628). """ recorder = MigrationRecorder(connection) # Place the database in a state where the replaced migrations are @@ -441,10 +439,7 @@ class ExecutorTests(MigrationTestBase): def test_migrate_marks_replacement_applied_even_if_it_did_nothing(self): """ A new squash migration will be marked as applied even if all its - replaced migrations were previously already applied. - - Ticket #24628. - + replaced migrations were previously already applied (#24628). """ recorder = MigrationRecorder(connection) # Record all replaced migrations as applied |
