diff options
| author | Markus Holtermann <info@markusholtermann.eu> | 2015-01-10 15:18:06 +0100 |
|---|---|---|
| committer | Markus Holtermann <info@markusholtermann.eu> | 2015-01-11 00:35:49 +0100 |
| commit | ef5889409bba675499dfd38831358daba16811ab (patch) | |
| tree | a1267b18416b966e93a9c66fe109d344431d0384 /docs | |
| parent | 1a352fe1751cb1ec1dc2977e72cac9dc9b770bc1 (diff) | |
[1.7.x] Fixed #24110 -- Rewrote migration unapply to preserve intermediate states
Backport of fdc2cc948725866212a9bcc97b9b7cf21bb49b90 and be158e36251df0b07556657da47cdaf10913c57a from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.3.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.7.3.txt b/docs/releases/1.7.3.txt index 3a651f0bd9..cc824b0ef6 100644 --- a/docs/releases/1.7.3.txt +++ b/docs/releases/1.7.3.txt @@ -26,3 +26,6 @@ Bugfixes (:ticket:`24097`). * Added correct formats for Greek (``el``) (:ticket:`23967`). + +* Fixed a migration crash when unapplying a migration where multiple operations + interact with the same model (:ticket:`24110`). |
