From fab46ce6f5a0a58c4e5e39c9e5e412702beb4a64 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Fri, 12 Aug 2016 10:59:01 -0700 Subject: Fixed #27037 -- Prevented required attribute on ClearableFileInput when initial data exists. --- docs/releases/1.10.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.10.1.txt b/docs/releases/1.10.1.txt index 2ebd36cf0f..b834915701 100644 --- a/docs/releases/1.10.1.txt +++ b/docs/releases/1.10.1.txt @@ -45,3 +45,6 @@ Bugfixes * Fixed crash of ``django.views.static.serve()`` with ``show_indexes`` enabled (:ticket:`26973`). + +* Fixed ``ClearableFileInput`` to avoid the ``required`` HTML attribute when + initial data exists (:ticket:`27037`). -- cgit v1.3