2015-02-25 22:11:19 +08:00
|
|
|
==========================
|
|
|
|
Django 1.7.6 release notes
|
|
|
|
==========================
|
|
|
|
|
|
|
|
*Under Development*
|
|
|
|
|
|
|
|
Django 1.7.6 fixes several bugs in 1.7.5.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2015-03-07 21:12:44 +08:00
|
|
|
* Fixed crash when coercing ``ManyRelatedManager`` to a string
|
|
|
|
(:ticket:`24352`).
|
|
|
|
|
2015-03-05 20:41:15 +08:00
|
|
|
* Fixed a bug that prevented migrations from adding a FK constraint
|
|
|
|
for an existing column. (:ticket:`24447`).
|