diff --git a/docs/releases/1.7.6.txt b/docs/releases/1.7.6.txt index 2c74662685..e326cfb440 100644 --- a/docs/releases/1.7.6.txt +++ b/docs/releases/1.7.6.txt @@ -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`).