diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2017-09-17 08:26:18 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-09-18 14:06:00 -0400 |
| commit | fb02ebe889eee292144f9157ed4ddcdcc139eba9 (patch) | |
| tree | a4fda2469ea51439add018a530eeab0a1611e0b9 /docs/releases | |
| parent | 94cd8efc50c717cd00244f4b2233f971a53b205e (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.txt | 3 |
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`). |
