2015-01-14 22:47:29 +08:00
|
|
|
|
==========================
|
|
|
|
|
Django 1.7.4 release notes
|
|
|
|
|
==========================
|
|
|
|
|
|
|
|
|
|
*Under development*
|
|
|
|
|
|
|
|
|
|
Django 1.7.4 fixes several bugs in 1.7.3.
|
|
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
|
========
|
|
|
|
|
|
2015-01-12 09:52:22 +08:00
|
|
|
|
* Fixed a migration crash when unapplying ``contrib.contenttypes``’s or
|
|
|
|
|
``contrib.auth``’s first migration (:ticket:`24075`).
|
2015-01-15 22:56:07 +08:00
|
|
|
|
|
|
|
|
|
* Made the migration's ``RenameModel`` operation rename ``ManyToManyField``
|
|
|
|
|
tables (:ticket:`24135`).
|