Changes between Initial Version and Version 2 of Ticket #25255
- Timestamp:
- Sep 12, 2015, 8:35:40 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25255
- Property Triage Stage Unreviewed → Accepted
- Property Summary MigrationExecutor.check_replacements() doesn't take care of unapplied migrations → Squashed migration is not marked as unapplied
-
Ticket #25255 – Description
initial v2 1 When unapplying a squashed migration an the replaced migration files are still around, the `MigrationExecutor` schould also mark those as unapplied.1 When unapplying a squashed migration and the replaced migration files are still around, the `MigrationExecutor` mark the squash migration as unapplied, too, not only the replaced migrations.