#27100 closed Bug (fixed)
The pre-migration state used to generate the `AppConfig` exposed through the `pre_migrate` signal should include already applied migration changes
Reported by: | Simon Charette | Owned by: | Simon Charette |
---|---|---|---|
Component: | Migrations | Version: | 1.10 |
Severity: | Release blocker | 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
It was overlooked in the original design because of the way the test suite deals with migration and prevent #24067 from working under normal circumstances.
The biggest challenge will be to avoid double working as many parts are performance critical.
Change History (5)
comment:1 Changed 7 years ago by
Status: | new → assigned |
---|
comment:2 Changed 7 years ago by
Has patch: | set |
---|
comment:3 Changed 7 years ago by
Triage Stage: | Accepted → Ready for checkin |
---|
Note: See
TracTickets for help on using
tickets.
PR