| Age | Commit message (Collapse) | Author |
|
Black 23.1.0 is released which, as the first release of the year,
introduces the 2023 stable style. This incorporates most of last year's
preview style.
https://github.com/psf/black/releases/tag/23.1.0
Backport of 097e3a70c1481ee7b042b2edd91b2be86fb7b5b6 from main
|
|
Identified using the following command:
$ git grep -I '\(\<[_a-zA-Z0-9]\+\>\) *= *\1 *[-+/*^%&|<>@]'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This improves accessibility for screen reader users.
|
|
This improves accessibility for screen reader users.
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
|
|
|
|
|
|
build_atttrs() already creates an empty dict if extra_attrs is None.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
data exists.
|
|
<script> tags.
|
|
|
|
|
|
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.
|
|
|
|
USE_L10N is disabled.
|
|
placeholder is required for "select" with "required" attribute.
|
|
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.
|
|
|
|
choice widgets.
Regression in b52c73008a9d67e9ddbb841872dc15cdd3d6ee01.
|
|
CheckboxSelectMultiple with MultiWidget.
|
|
|
|
|
|
attribute is added by JavaScript.
Thanks Tim Graham for the initial patch.
|
|
SelectDateWidget.format_value().
|
|
|
|
syntax.
|
|
The microseconds are already truncated by the TimeInput subwidget.
|
|
continue statements.
|
|
|
|
|
|
|
|
|
|
This reverts commit 550cb3a365dee4edfdd1563224d5304de2a57fda
because try/except performs better.
|
|
|
|
|
|
It makes it easier to debug MediaOrderConflictWarnings
(refs #28377).
|