summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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`).