diff options
| author | Tim Graham <timograham@gmail.com> | 2016-01-28 13:49:51 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-01-28 18:43:48 -0500 |
| commit | 04564eb74d2d92eaf88b22ab8cec7ef45978111e (patch) | |
| tree | 8dd1e962987d77af72557d00969c00e832c42a15 /docs | |
| parent | 4b0118465b485e068a8d9ead2384fcc2ac741f06 (diff) | |
Fixed #26129 -- Made invalid forms display initial values of disabled fields.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.9.2.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.9.2.txt b/docs/releases/1.9.2.txt index 6535fff099..cfa04b703f 100644 --- a/docs/releases/1.9.2.txt +++ b/docs/releases/1.9.2.txt @@ -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`). |
