diff options
| author | Carl Meyer <carl@oddbird.net> | 2015-06-02 14:23:07 -0600 |
|---|---|---|
| committer | Carl Meyer <carl@oddbird.net> | 2015-06-02 16:15:13 -0600 |
| commit | 492537ac18df56c36f8a2335d773aa0fa01a61a3 (patch) | |
| tree | 91d7927650b49ae517396a6265552b63fd6bec7a /docs | |
| parent | 335fc44f6872f4678e48f65e91961ef19d6439b4 (diff) | |
Fixed #24628 -- Fixed applied status for squashed migrations.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.3.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.8.3.txt b/docs/releases/1.8.3.txt index 2940623e55..4f98027f7e 100644 --- a/docs/releases/1.8.3.txt +++ b/docs/releases/1.8.3.txt @@ -47,3 +47,6 @@ Bugfixes * Fixed a crash when loading squashed migrations from two apps with a dependency between them, where the dependent app's replaced migrations are partially applied (:ticket:`24895`). + +* Fixed recording of applied status for squashed (replacement) migrations + (:ticket:`24628`). |
