Commit 9eab3284 authored by Tim Graham's avatar Tim Graham
Browse files

Forwardported 1.7.6 release note.

parent f4f0060f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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`).