| 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
|
|
|
|
USE_L10N is disabled.
|
|
placeholder is required for "select" with "required" attribute.
|
|
html.escape()/unescape().
|
|
|
|
|
|
SelectDateWidget.value_from_datadict().
|
|
choice widgets.
Regression in b52c73008a9d67e9ddbb841872dc15cdd3d6ee01.
|
|
CheckboxSelectMultiple with MultiWidget.
|
|
attribute is added by JavaScript.
Thanks Tim Graham for the initial patch.
|
|
|
|
|
|
syntax.
|
|
Regression in b52c73008a9d67e9ddbb841872dc15cdd3d6ee01.
|
|
renderer argument.
Per deprecation timeline.
|
|
|
|
MultiWidget.
|
|
context.
|
|
attrs.html widget template.
|
|
|
|
non-grouped options.
Regression in b52c73008a9d67e9ddbb841872dc15cdd3d6ee01.
|
|
Obsolete since b52c73008a9d67e9ddbb841872dc15cdd3d6ee01.
|
|
|
|
multiple_input.html.
Regression in b52c73008a9d67e9ddbb841872dc15cdd3d6ee01
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
Regression in b52c73008a9d67e9ddbb841872dc15cdd3d6ee01.
Thanks Tim Graham for the review.
|
|
SplitDateTimeWidget subwidgets.
Thanks Tim Graham and Nick Pope for review.
|
|
with a default.
|
|
|
|
|
|
Regression in b52c73008a9d67e9ddbb841872dc15cdd3d6ee01.
|
|
|
|
|
|
|
|
|
|
Regression in b52c73008a9d67e9ddbb841872dc15cdd3d6ee01.
|
|
Regression in b52c73008a9d67e9ddbb841872dc15cdd3d6ee01.
|
|
Removed the trailing newline from widget attrs.html template.
The solution may be revisited by fixing refs #9198 but not
for Django 1.11.
Thanks Dmitry Ivanchenko for the report and Preston Timmons for advice.
|
|
non-empty first value.
|
|
Thanks Carl Meyer and Tim Graham for contributing to the patch.
|
|
|
|
|
|
|
|
FileInput, SplitDateTimeWidget, SelectDateWidget, and SplitArrayWidget.
Thanks Matt Westcott for the review.
|
|
boolean syntax.
|
|
initial data exists.
|