summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-01-28 13:49:51 -0500
committerTim Graham <timograham@gmail.com>2016-01-29 08:08:04 -0500
commit01db3249e5048093c85de33e5395ba737d330d0a (patch)
treee822ced2960ccadfc0e3d29882e6f56ae46b56de /docs
parentefd855481581b5758d866a009bbd1074e74869b4 (diff)
[1.9.x] Fixed #26129 -- Made invalid forms display initial values of disabled fields.
Backport of 04564eb74d2d92eaf88b22ab8cec7ef45978111e from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.9.2.txt3
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`).