mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #28597 -- Fixed crash with the name of a model's autogenerated primary key in an Index's fields.
This commit is contained in:
committed by
Tim Graham
parent
94cd8efc50
commit
fb02ebe889
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user