[1.8.x] Clarified an item in 1.7.6 release notes.

Backport of 300fdbbebb from master
This commit is contained in:
Tim Graham 2015-03-09 10:06:18 -04:00
parent d16e4e1d6f
commit 980d604bf2
1 changed files with 2 additions and 2 deletions

View File

@ -12,5 +12,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`).
* Fixed a bug that prevented migrations from adding a foreign key constraint
when converting an existing field to a foreign key (:ticket:`24447`).