From 215aa4f53b6bbd07d5c1eecfa94e7fcd00da813e Mon Sep 17 00:00:00 2001 From: Markus Holtermann Date: Mon, 8 Sep 2014 02:26:12 +0200 Subject: Fixed #23415 -- Added fields for unmanaged and proxy model migrations. Thanks sky-chen for the report. --- docs/releases/1.7.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.7.1.txt b/docs/releases/1.7.1.txt index cd534f1346..a43e1efa8c 100644 --- a/docs/releases/1.7.1.txt +++ b/docs/releases/1.7.1.txt @@ -70,3 +70,6 @@ Bugfixes * Made the :setting:`SERIALIZE ` entry in the :setting:`TEST ` dictionary usable (:ticket:`23421`). + +* Fixed bug in migrations that prevented foreign key constraints to unmanaged + models with a custom primary key (:ticket:`23415`). -- cgit v1.3