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 20:31:04 -0500
commit4353640ea9495d58fabd0357253b82de3b069408 (patch)
treec47d318d52523e2b029967593e23186561ec881d /docs
parent7c4289d0b974c9b33bdc569308d8c99d7cac45d4 (diff)
Fixed #27805 -- Fixed ClearableFileInput's "Clear" checkbox on model fields with a default.
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`).