Kaydet (Commit) be158e36 authored tarafından Markus Holtermann's avatar Markus Holtermann

Refs #24110 -- Added a more descriptive release note and fixed a spelling mistake.

üst fdc2cc94
...@@ -119,7 +119,7 @@ class Migration(object): ...@@ -119,7 +119,7 @@ class Migration(object):
The backwards migration process consists of two phases: The backwards migration process consists of two phases:
1. The intermediate states from right before the first until right 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 2. The operations are applied in reverse order using the states
recorded in step 1. recorded in step 1.
""" """
......
...@@ -27,4 +27,5 @@ Bugfixes ...@@ -27,4 +27,5 @@ Bugfixes
* Added correct formats for Greek (``el``) (:ticket:`23967`). * 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`).
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment