summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarkus Holtermann <info@markusholtermann.eu>2014-09-08 02:26:12 +0200
committerTim Graham <timograham@gmail.com>2014-09-25 10:28:11 -0400
commit00c2a721e20f6487571ed14b69aed620f474104c (patch)
treecbab2dcaf41ff54fdbbfc80157681454d6112a0e /docs
parentb5d60927078743b68ee13795601c694a1d837e1c (diff)
[1.7.x] Fixed #23415 -- Added fields for unmanaged and proxy model migrations.
Thanks sky-chen for the report. Backport of 215aa4f53b from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.1.txt3
1 files changed, 3 insertions, 0 deletions
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 <TEST_SERIALIZE>` entry in the
:setting:`TEST <DATABASE-TEST>` dictionary usable (:ticket:`23421`).
+
+* Fixed bug in migrations that prevented foreign key constraints to unmanaged
+ models with a custom primary key (:ticket:`23415`).