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-09 22:06:18 +08:00
|
|
|
* Fixed a bug that prevented migrations from adding a foreign key constraint
|
|
|
|
when converting an existing field to a foreign key (:ticket:`24447`).
|