2014-10-23 01:38:57 +08:00
|
|
|
==========================
|
|
|
|
Django 1.7.2 release notes
|
|
|
|
==========================
|
|
|
|
|
|
|
|
*Under development*
|
|
|
|
|
|
|
|
Django 1.7.2 fixes several bugs in 1.7.1.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2014-10-22 21:59:00 +08: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-24 00:24:34 +08:00
|
|
|
|
|
|
|
* Fixed a migration crash when adding an explicit ``id`` field to a model on
|
|
|
|
SQLite (:ticket:`23702`).
|
2014-10-25 03:29:59 +08:00
|
|
|
|
2014-10-27 19:01:12 +08:00
|
|
|
* Added a warning for duplicate models when a module is reloaded. Previously a
|
|
|
|
``RuntimeError`` was raised every time two models clashed in the app registry.
|
|
|
|
(:ticket:`23621`).
|
|
|
|
|
2014-10-25 03:29:59 +08:00
|
|
|
* Prevented :djadmin:`flush` from loading initial data for migrated apps
|
|
|
|
(:ticket:`23699`).
|
2014-10-27 16:35:01 +08:00
|
|
|
|
|
|
|
* Fixed a :djadmin:`makemessages` regression in 1.7.1 when
|
|
|
|
:setting:`STATIC_ROOT` has the default ``None`` value (:ticket:`23717`).
|
2014-10-28 20:10:45 +08:00
|
|
|
|
|
|
|
* Fixed MySQL 5.6+ crash with ``GeometryField``\s in migrations
|
|
|
|
(:ticket:`23719`).
|