summaryrefslogtreecommitdiff
path: root/docs/releases/1.7.6.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-03-09 10:06:18 -0400
committerTim Graham <timograham@gmail.com>2015-03-09 10:11:44 -0400
commit980d604bf237b0e09a1c7754b74d1bb2bfed0b35 (patch)
treee31876caa78b0b4f9462bb9b9c80c69db452d4ed /docs/releases/1.7.6.txt
parentd16e4e1d6f95e6f46bff53cc4fd0ab398b8e5059 (diff)
[1.8.x] Clarified an item in 1.7.6 release notes.
Backport of 300fdbbebba45cb4e7f32edc524171019d9bce80 from master
Diffstat (limited to 'docs/releases/1.7.6.txt')
-rw-r--r--docs/releases/1.7.6.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/releases/1.7.6.txt b/docs/releases/1.7.6.txt
index e326cfb440..af0907816d 100644
--- a/docs/releases/1.7.6.txt
+++ b/docs/releases/1.7.6.txt
@@ -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`).