mirror of
https://github.com/Hopiu/django.git
synced 2026-05-17 03:51:06 +00:00
14 lines
342 B
Text
14 lines
342 B
Text
==========================
|
|
Django 1.7.7 release notes
|
|
==========================
|
|
|
|
*Under development*
|
|
|
|
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`).
|