mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Fixed #26129 -- Made invalid forms display initial values of disabled fields.
This commit is contained in:
parent
4b0118465b
commit
04564eb74d
3 changed files with 13 additions and 0 deletions
|
@ -91,3 +91,6 @@ Bugfixes
|
|||
|
||||
* Fixed the ``contrib.gis`` map widgets when using
|
||||
``USE_THOUSAND_SEPARATOR=True`` (:ticket:`20415`).
|
||||
|
||||
* Made invalid forms display the initial of values of their disabled fields
|
||||
(:ticket:`26129`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue