From cee07ba0880e9d1396795e4823a7371da90cc5cc Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Sun, 17 Sep 2017 08:26:18 +0200 Subject: [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 --- docs/releases/1.11.6.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`). -- cgit v1.3