[4.2.x] Fixed #34431 -- Improved Date/DateTimeField/TimeField.input_formats docs.
Backport of cbcc1240e912cfc47cb6ea0c4fe6b4a48f36f7e2 from main
This commit is contained in:
parent
837e68a1bf
commit
9ef2625cd5
@ -465,7 +465,7 @@ For each field, we describe the default widget used if you don't specify
|
|||||||
|
|
||||||
.. attribute:: input_formats
|
.. attribute:: input_formats
|
||||||
|
|
||||||
A list of formats used to attempt to convert a string to a valid
|
An iterable of formats used to attempt to convert a string to a valid
|
||||||
``datetime.date`` object.
|
``datetime.date`` object.
|
||||||
|
|
||||||
If no ``input_formats`` argument is provided, the default input formats are
|
If no ``input_formats`` argument is provided, the default input formats are
|
||||||
@ -490,7 +490,7 @@ For each field, we describe the default widget used if you don't specify
|
|||||||
|
|
||||||
.. attribute:: input_formats
|
.. attribute:: input_formats
|
||||||
|
|
||||||
A list of formats used to attempt to convert a string to a valid
|
An iterable of formats used to attempt to convert a string to a valid
|
||||||
``datetime.datetime`` object, in addition to ISO 8601 formats.
|
``datetime.datetime`` object, in addition to ISO 8601 formats.
|
||||||
|
|
||||||
The field always accepts strings in ISO 8601 formatted dates or similar
|
The field always accepts strings in ISO 8601 formatted dates or similar
|
||||||
@ -998,7 +998,7 @@ For each field, we describe the default widget used if you don't specify
|
|||||||
|
|
||||||
.. attribute:: input_formats
|
.. attribute:: input_formats
|
||||||
|
|
||||||
A list of formats used to attempt to convert a string to a valid
|
An iterable of formats used to attempt to convert a string to a valid
|
||||||
``datetime.time`` object.
|
``datetime.time`` object.
|
||||||
|
|
||||||
If no ``input_formats`` argument is provided, the default input formats are
|
If no ``input_formats`` argument is provided, the default input formats are
|
||||||
|
Loading…
x
Reference in New Issue
Block a user