| Age | Commit message (Collapse) | Author |
|
Co-authored-by: Jacob Rief <jacob.rief@uibk.ac.at>
|
|
Remaining test case ensures that uses of the alias are mapped
canonically by the migration writer.
|
|
|
|
|
|
step="any" is required for non-integer values. See:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/number#step
Covers behaviour added in 7ec2a21be15af5b2c7513482c3bcfdd1e12782ed.
|
|
|
|
decimal fractions.
|
|
|
|
This improves accessibility for screen reader users.
|
|
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
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.
|
|
Thanks to Alex Hill for the initial patch.
|
|
|
|
|
|
read-only JSONField values in admin.
|
|
|
|
forms.UUIDField.
|
|
|
|
Thanks to Adam Johnson, Carlton Gibson, Mariusz Felisiak, and Raphael
Michel for mentoring this Google Summer of Code 2019 project and
everyone else who helped with the patch.
Special thanks to Mads Jensen, Nick Pope, and Simon Charette for
extensive reviews.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
django.core.exceptions.ValidationError.
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
|
|
|
|
|
|
|
|
Thanks José Padilla for the initial patch, and Carlton Gibson for the
review.
|
|
|
|
|
|
Thanks Claude Paroz for assistance with translations.
|
|
USE_L10N is disabled.
|
|
|
|
error message.
|
|
|
|
Partially reverted 9bcf73d788866bc93f8248cb2e9d601ecbc4b50c.
|
|
|
|
|
|
syntax.
|
|
|
|
|
|
Thanks avalanchy for the initial patch.
|
|
raised OverflowError.
|
|
scientific notation.
|
|
empty_value when strip is enabled.
|
|
CharField form field.
|
|
|
|
recursive=True.
|
|
|
|
|
|
|