summaryrefslogtreecommitdiff
path: root/docs
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:22:33 -0400
commitcee07ba0880e9d1396795e4823a7371da90cc5cc (patch)
tree815468e42d3070a762a884e5605cc74691f22c70 /docs
parenta86d95726bdf84efaba7f30c44edddf6c34d2c2e (diff)
[1.11.x] Fixed #28597 -- Fixed crash with the name of a model's autogenerated primary key in an Index's fields.
Backport of fb02ebe889eee292144f9157ed4ddcdcc139eba9 from master
Diffstat (limited to 'docs')
-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`).