From fba0eaa5d60603721d7b4653e3efacbfb3613bd2 Mon Sep 17 00:00:00 2001 From: Josh Schneier Date: Sun, 11 Jun 2017 20:05:54 -0400 Subject: Fixed #28298 -- Prevented a primary key alteration from adding a foreign key constraint if db_constraint=False. --- docs/releases/1.11.3.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.11.3.txt b/docs/releases/1.11.3.txt index 9aab4fbfb7..1c716bf5a3 100644 --- a/docs/releases/1.11.3.txt +++ b/docs/releases/1.11.3.txt @@ -51,3 +51,6 @@ Bugfixes 1.11.1, casting was added in Python to avoid localization of numeric values in Django templates, but this made some use cases more difficult. Casting is now done in the template using the ``|stringformat:'s'`` filter. + +* Prevented a primary key alteration from adding a foreign key constraint if + ``db_constraint=False`` (:ticket:`28298`). -- cgit v1.3