Loading django/db/migrations/migration.py +1 −1 Original line number Diff line number Diff line Loading @@ -119,7 +119,7 @@ class Migration(object): The backwards migration process consists of two phases: 1. The intermediate states from right before the first until right after the last opertion inside this migration are preserved. after the last operation inside this migration are preserved. 2. The operations are applied in reverse order using the states recorded in step 1. """ Loading docs/releases/1.7.3.txt +2 −1 Original line number Diff line number Diff line Loading @@ -27,4 +27,5 @@ Bugfixes * Added correct formats for Greek (``el``) (:ticket:`23967`). * Fixed a migration crash when unapplying a migration (:ticket:`24110`). * Fixed a migration crash when unapplying a migration where multiple operations interact with the same model (:ticket:`24110`). Loading
django/db/migrations/migration.py +1 −1 Original line number Diff line number Diff line Loading @@ -119,7 +119,7 @@ class Migration(object): The backwards migration process consists of two phases: 1. The intermediate states from right before the first until right after the last opertion inside this migration are preserved. after the last operation inside this migration are preserved. 2. The operations are applied in reverse order using the states recorded in step 1. """ Loading
docs/releases/1.7.3.txt +2 −1 Original line number Diff line number Diff line Loading @@ -27,4 +27,5 @@ Bugfixes * Added correct formats for Greek (``el``) (:ticket:`23967`). * Fixed a migration crash when unapplying a migration (:ticket:`24110`). * Fixed a migration crash when unapplying a migration where multiple operations interact with the same model (:ticket:`24110`).