Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#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 by Simon Charette, 8 years ago

Status: newassigned

comment:2 by Simon Charette, 8 years ago

Has patch: set

comment:3 by Tim Graham, 8 years ago

Triage Stage: AcceptedReady for checkin

comment:4 by Simon Charette <charette.s@…>, 8 years ago

Resolution: fixed
Status: assignedclosed

In d5c4ea52:

Fixed #27100 -- Included already applied migration changes in the pre-migrate state.

Refs #24100.

Thanks Tim for the review.

comment:5 by Simon Charette <charette.s@…>, 8 years ago

In 0b45480:

[1.10.x] Fixed #27100 -- Included already applied migration changes in the pre-migrate state.

Refs #24100.

Thanks Tim for the review.

Backport of d5c4ea524679a787fe11c927448e44e95646096b from master

Note: See TracTickets for help on using tickets.
Back to Top