2014-10-22 17:38:57 +00:00
|
|
|
==========================
|
|
|
|
Django 1.7.2 release notes
|
|
|
|
==========================
|
|
|
|
|
|
|
|
*Under development*
|
|
|
|
|
|
|
|
Django 1.7.2 fixes several bugs in 1.7.1.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2014-10-22 13:59:00 +00:00
|
|
|
* Fixed migration's renaming of auto-created many-to-many tables when changing
|
|
|
|
:attr:`Meta.db_table <django.db.models.Options.db_table>` (:ticket:`23630`).
|
2014-10-23 16:24:34 +00:00
|
|
|
|
|
|
|
* Fixed a migration crash when adding an explicit ``id`` field to a model on
|
|
|
|
SQLite (:ticket:`23702`).
|