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:55:47 -0500
commit2b17e4770bc02b4bf6864b21587feae815768613 (patch)
tree58d262abffcd4a1056beb5e2ecbfaf44a35804e7 /docs
parentf14899412d2fa779e3f8dbfa6e63b8a6a7a765a5 (diff)
[1.11.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`).