summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-02-03 11:11:39 -0500
committerTim Graham <timograham@gmail.com>2017-02-06 21:10:44 -0500
commitcd69ac06d6e415f74e9566aa6473e8b577e29074 (patch)
tree730422d501e2c143b1192f9c820a348bc272d98a /docs
parent82e316ea54b135dc5621a8625c5e38398ad38571 (diff)
[1.10.x] Fixed #27805 -- Fixed ClearableFileInput's "Clear" checkbox on model fields with a default.
Backport of 4353640ea9495d58fabd0357253b82de3b069408 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.10.6.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/1.10.6.txt b/docs/releases/1.10.6.txt
index 5cd502b3f6..dc5c49938f 100644
--- a/docs/releases/1.10.6.txt
+++ b/docs/releases/1.10.6.txt
@@ -9,4 +9,5 @@ Django 1.10.6 fixes several bugs in 1.10.5.
Bugfixes
========
-* ...
+* Fixed ``ClearableFileInput``’s "Clear" checkbox on model form fields where
+ the model field has a ``default`` (:ticket:`27805`).