2015-01-14 14:47:29 +00:00
|
|
|
|
==========================
|
|
|
|
|
Django 1.7.4 release notes
|
|
|
|
|
==========================
|
|
|
|
|
|
|
|
|
|
*Under development*
|
|
|
|
|
|
|
|
|
|
Django 1.7.4 fixes several bugs in 1.7.3.
|
|
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
|
========
|
|
|
|
|
|
2015-01-12 01:52:22 +00:00
|
|
|
|
* Fixed a migration crash when unapplying ``contrib.contenttypes``’s or
|
|
|
|
|
``contrib.auth``’s first migration (:ticket:`24075`).
|
2015-01-15 14:56:07 +00:00
|
|
|
|
|
|
|
|
|
* Made the migration's ``RenameModel`` operation rename ``ManyToManyField``
|
|
|
|
|
tables (:ticket:`24135`).
|
2015-01-19 14:31:23 +00:00
|
|
|
|
|
|
|
|
|
* Fixed a migration crash on MySQL when migrating from a ``OneToOneField`` to a
|
|
|
|
|
``ForeignKey`` (:ticket:`24163`).
|
2015-01-23 08:05:46 +00:00
|
|
|
|
|
|
|
|
|
* Prevented the ``static.serve`` view from producing ``ResourceWarning``\s in
|
|
|
|
|
certain circumstances (security fix regression, :ticket:`24193`).
|