| Age | Commit message (Collapse) | Author |
|
required SelectDateWidget."
This reverts commit f038214d917c982613f5a15db8dfe325b1f7479b.
The initial issue was incorrect. Django 2.2, and before, did not
generate invalid HTML as reported. With f03821 in place invalid HTML
was generated.
Thanks to Kevin Brown for follow-up report and investigation.
Backport of ee4a19053a32d41cdd79e087b1968980804ce658 from master
|
|
error messages.
Backport of a28d1b38e55cf588cfaae97de6a575d5c9f90a96 from master
|
|
|
|
|
|
Thanks Claude Paroz for assistance with translations.
|
|
USE_L10N is disabled.
|
|
|
|
placeholder is required for "select" with "required" attribute.
|
|
html.escape()/unescape().
|
|
FormsUtilsTestCase.test_error_dict_copy().
|
|
|
|
|
|
|
|
|
|
Thanks gasman for the tests, and codingjoe and timgraham for the review.
|
|
Delaying merging assets as long as possible avoids introducing
incorrect relative orderings that cause a broken final result.
|
|
Thanks Mariusz Felisiak for auditing.
|
|
|
|
|
|
|
|
|
|
error message.
|
|
|
|
SelectDateWidget.value_from_datadict().
|
|
|
|
|
|
|
|
choice widgets.
Regression in b52c73008a9d67e9ddbb841872dc15cdd3d6ee01.
|
|
|
|
CheckboxSelectMultiple with MultiWidget.
|
|
|
|
use_required_attribute arguments conflict.
|
|
Partially reverted 9bcf73d788866bc93f8248cb2e9d601ecbc4b50c.
|
|
|
|
attribute is added by JavaScript.
Thanks Tim Graham for the initial patch.
|
|
|
|
|
|
syntax.
|
|
|
|
|
|
|
|
Thanks avalanchy for the initial patch.
|
|
|
|
Regression in b52c73008a9d67e9ddbb841872dc15cdd3d6ee01.
|
|
raised OverflowError.
|
|
scientific notation.
|
|
renderer argument.
Per deprecation timeline.
|
|
empty_value when strip is enabled.
|
|
|
|
It makes it easier to debug MediaOrderConflictWarnings
(refs #28377).
|