mirror of
https://github.com/django/django.git
synced 2025-03-23 07:40:44 +00:00
Thanks Simon and Markus for reviews. Backport of 28db4af80a319485c0da724d692e2f8396aa57e3 from master
17 lines
402 B
Plaintext
17 lines
402 B
Plaintext
==========================
|
||
Django 1.7.4 release notes
|
||
==========================
|
||
|
||
*Under development*
|
||
|
||
Django 1.7.4 fixes several bugs in 1.7.3.
|
||
|
||
Bugfixes
|
||
========
|
||
|
||
* Fixed a migration crash when unapplying ``contrib.contenttypes``’s or
|
||
``contrib.auth``’s first migration (:ticket:`24075`).
|
||
|
||
* Made the migration's ``RenameModel`` operation rename ``ManyToManyField``
|
||
tables (:ticket:`24135`).
|