1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[1.10.x] Fixed #27805 -- Fixed ClearableFileInput's "Clear" checkbox on model fields with a default.

Backport of 4353640ea9 from master
This commit is contained in:
Tim Graham
2017-02-03 11:11:39 -05:00
parent 82e316ea54
commit cd69ac06d6
3 changed files with 14 additions and 1 deletions

View File

@@ -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`).