mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed #27037 -- Prevented required attribute on ClearableFileInput when initial data exists.
This commit is contained in:
parent
f842d1011c
commit
fab46ce6f5
8 changed files with 66 additions and 18 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue