1
0
mirror of https://github.com/django/django.git synced 2025-03-31 11:37:06 +00:00
django/docs/releases/1.10.6.txt
Tim Graham 2b17e4770b [1.11.x] Fixed #27805 -- Fixed ClearableFileInput's "Clear" checkbox on model fields with a default.
Backport of 4353640ea9495d58fabd0357253b82de3b069408 from master
2017-02-06 20:55:47 -05:00

14 lines
304 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

===========================
Django 1.10.6 release notes
===========================
*Under development*
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`).