| Age | Commit message (Collapse) | Author |
|
In these cases Black produces unexpected results, e.g.
def make_random_password(
self,
length=10,
allowed_chars='abcdefghjkmnpqrstuvwxyz' 'ABCDEFGHJKLMNPQRSTUVWXYZ' '23456789',
):
or
cursor.execute("""
SELECT ...
""",
[table name],
)
|
|
|
|
Regression in 456466d932830b096d39806e291fe23ec5ed38d5.
Thanks Matt Westcott for the report.
|
|
|
|
and SelectMultiple widgets.
|
|
|
|
|
|
decimal fractions.
|
|
|
|
|
|
|
|
This also fixes related i18n tests.
Forwardport of 4c5215ab036aa8fda9cd0148fd034f4d8f7d69d1 from stable/4.0.x
Co-authored-by: Claude Paroz <claude@2xlibre.net>
|
|
This improves accessibility for screen reader users.
|
|
Replaced deprecated `find_element[s]_by_*()` usages, in favour of
`find_element[s]()` with an explicit `By`.
|
|
BoundFields.
Regression in 456466d932830b096d39806e291fe23ec5ed38d5.
|
|
Regression in 456466d932830b096d39806e291fe23ec5ed38d5.
|
|
|
|
Thanks Carlton Gibson, Keryn Knight, Mariusz Felisiak, and Nick Pope
for reviews.
Co-authored-by: Johannes Hoppe <info@johanneshoppe.com>
|
|
|
|
|
|
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
This improves accessibility for screen reader users.
|
|
|
|
MultiValueField subfields.
|
|
|
|
|
|
|
|
AP styleguide: Virtually none of the words ending with -wards end with
an s.
|
|
DecimalField must itself validate() values, such as NaN, which cannot be
passed to validators, such as MaxValueValidator, during the
run_validators() phase.
Regression in cc3d24d7d577f174937a0744d886c4c7123cfa85.
|
|
microseconds when needed.
|
|
|
|
|
|
|
|
|
|
Thanks to Alex Hill for the initial patch.
|
|
This improves accessibility for screen reader users.
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
|
|
|
|
|
|
for invalid_choice.
|
|
deprecation timeline.
|
|
Co-authored-by: Patryk Zawadzki <patrys@room-303.com>
|
|
|
|
|
|
read-only JSONField values in admin.
|
|
formsets.
|
|
|
|
forms.UUIDField.
|
|
|
|
|
|
|