Opened 9 years ago
Last modified 3 years ago
#25255 closed Bug
MigrationExecutor.check_replacements() doesn't take care of unapplied migrations — at Initial Version
Reported by: | Markus Holtermann | Owned by: | nobody |
---|---|---|---|
Component: | Migrations | Version: | 1.8 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
When unapplying a squashed migration an the replaced migration files are still around, the MigrationExecutor
schould also mark those as unapplied.
Note:
See TracTickets
for help on using tickets.