diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.7.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/releases/1.7.7.txt b/docs/releases/1.7.7.txt index fa67c97de9..1c6b9325f4 100644 --- a/docs/releases/1.7.7.txt +++ b/docs/releases/1.7.7.txt @@ -9,4 +9,6 @@ Django 1.7.7 fixes several bugs in 1.7.6. Bugfixes ======== -* ... +* Fixed renaming of classes in migrations where renaming a subclass would + cause incorrect state to be recorded for objects that referenced the + superclass (:ticket:`24354`). |
