summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2017-09-17 08:26:18 +0200
committerTim Graham <timograham@gmail.com>2017-09-18 14:06:00 -0400
commitfb02ebe889eee292144f9157ed4ddcdcc139eba9 (patch)
treea4fda2469ea51439add018a530eeab0a1611e0b9 /docs/releases
parent94cd8efc50c717cd00244f4b2233f971a53b205e (diff)
Fixed #28597 -- Fixed crash with the name of a model's autogenerated primary key in an Index's fields.
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/1.11.6.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.11.6.txt b/docs/releases/1.11.6.txt
index cc8e1bfa59..ff9d4385fe 100644
--- a/docs/releases/1.11.6.txt
+++ b/docs/releases/1.11.6.txt
@@ -11,3 +11,6 @@ Bugfixes
* Made the ``CharField`` form field convert whitespace-only values to the
``empty_value`` when ``strip`` is enabled (:ticket:`28555`).
+
+* Fixed crash when using the name of a model's autogenerated primary key
+ (``id``) in an ``Index``'s ``fields`` (:ticket:`28597`).