From f4f0060feaee6bbd76a0d575487682bc541111e4 Mon Sep 17 00:00:00 2001 From: Jean-Louis Fuchs Date: Thu, 5 Mar 2015 13:41:15 +0100 Subject: Fixed #24447 -- Made migrations add FK constraints for existing columns When altering from e.g. an IntegerField to a ForeignKey, Django didn't add a constraint. --- docs/releases/1.7.6.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/releases/1.7.6.txt b/docs/releases/1.7.6.txt index dd4412a783..2c74662685 100644 --- a/docs/releases/1.7.6.txt +++ b/docs/releases/1.7.6.txt @@ -9,4 +9,5 @@ Django 1.7.6 fixes several bugs in 1.7.5. Bugfixes ======== -* ... +* Fixed a bug that prevented migrations from adding a FK constraint + for an existing column. (:ticket:`24447`). -- cgit v1.3