mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #31118 -- Made FileInput to avoid the required attribute when initial data exists.
This commit is contained in:
committed by
Mariusz Felisiak
parent
53d8646f79
commit
ffcf1a8ebf
@@ -406,6 +406,9 @@ Miscellaneous
|
||||
* Date-only formats are removed from the default list for
|
||||
:setting:`DATETIME_INPUT_FORMATS`.
|
||||
|
||||
* The :class:`~django.forms.FileInput` widget no longer renders with the
|
||||
``required`` HTML attribute when initial data exists.
|
||||
|
||||
.. _deprecated-features-3.1:
|
||||
|
||||
Features deprecated in 3.1
|
||||
|
||||
Reference in New Issue
Block a user