diff options
| author | Jean-Louis Fuchs <ganwell@fangorn.ch> | 2015-03-05 13:41:15 +0100 |
|---|---|---|
| committer | Markus Holtermann <info@markusholtermann.eu> | 2015-03-07 14:09:56 +0100 |
| commit | f4f0060feaee6bbd76a0d575487682bc541111e4 (patch) | |
| tree | 2ea7605a79863e91bbdf9cb864feb0ad87f2fc0d /docs | |
| parent | c36b60836be9e78ab877566cc43dc03960ce944d (diff) | |
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.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.6.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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`). |
