diff options
Diffstat (limited to 'tests/migrations/test_migrations_squashed_complex/3_squashed_5.py')
| -rw-r--r-- | tests/migrations/test_migrations_squashed_complex/3_squashed_5.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/migrations/test_migrations_squashed_complex/3_squashed_5.py b/tests/migrations/test_migrations_squashed_complex/3_squashed_5.py index f750d23b28..bf7fdaf718 100644 --- a/tests/migrations/test_migrations_squashed_complex/3_squashed_5.py +++ b/tests/migrations/test_migrations_squashed_complex/3_squashed_5.py @@ -2,7 +2,6 @@ from django.db import migrations class Migration(migrations.Migration): - replaces = [ ("migrations", "3_auto"), ("migrations", "4_auto"), |
