| Age | Commit message (Collapse) | Author |
|
and URLValidator.
Thanks Seokchan Yoon for reports.
|
|
Pillow isn't installed.
Follow up to fb4c55d9ec4bb812a7fb91fa20510d91645e411b.
Backport of fcfbf08abe3e6dc54894df6988024f055abc6c40 from main
|
|
validation when uploading multiple files using one form field.
Thanks Moataz Al-Sharida and nawaik for reports.
Co-authored-by: Shai Berger <shai@platonix.com>
Co-authored-by: nessita <124304+nessita@users.noreply.github.com>
|
|
DecimalField.validate().
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.
Backport of c542d0a07237033225c1d57337ca9474a00648f2 from main
|
|
file uploads.
|
|
|
|
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.
|
|
|
|
|
|
|
|
Thanks Tim Graham for noticing the issue.
|
|
|
|
|
|
|
|
Obsolete since b52c73008a9d67e9ddbb841872dc15cdd3d6ee01.
|
|
|
|
|
|
|
|
|
|
These functions do nothing on Python 3.
|