Fixed #26129 -- Made invalid forms display initial values of disabled fields.

This commit is contained in:
Tim Graham 2016-01-28 13:49:51 -05:00
parent 4b0118465b
commit 04564eb74d
3 changed files with 13 additions and 0 deletions

View file

@ -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`).