1
0
mirror of https://github.com/django/django.git synced 2025-03-24 08:10:45 +00:00

Forwardported 1.7.6 release note.

This commit is contained in:
Tim Graham 2015-03-07 08:12:44 -05:00
parent f4f0060fea
commit 9eab328444

View File

@ -9,5 +9,8 @@ Django 1.7.6 fixes several bugs in 1.7.5.
Bugfixes
========
* Fixed crash when coercing ``ManyRelatedManager`` to a string
(:ticket:`24352`).
* Fixed a bug that prevented migrations from adding a FK constraint
for an existing column. (:ticket:`24447`).