| Age | Commit message (Collapse) | Author |
|
files.
Thanks Michael Cardillo for the initial patch.
|
|
Co-authored-by: Jacob Rief <jacob.rief@uibk.ac.at>
|
|
|
|
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.
|
|
|
|
strip() is unnecessary because decimal.Decimal() strips the input value.
|
|
read-only JSONField values in admin.
|
|
|
|
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>
|
|
input formats.
|
|
Thanks José Padilla for the initial patch, and Carlton Gibson for the
review.
|
|
|
|
|
|
EmptyResultSet moved in 46509cf13dbf049f75077981c29ef2c60b5a96ab.
FieldDoesNotExist moved in 8958170755b37ce346ae5257c1000bd936faa3b0.
BoundField and pretty_name moved in 8550161e531a603d57723850fb09c4c9b7ca60b9.
EMPTY_VALUES moved in 471596fc1afcb9c6258d317c619eaf5fd394e797.
BaseRunserverCommand moved in 5c53e30607014163872e89c221b206992a9acfef.
|
|
|
|
FilePathField with os.scandir().
|
|
|
|
error message.
|
|
|
|
|
|
|
|
Thanks avalanchy for the initial patch.
|
|
|
|
DecimalField.widget_attrs() to improve performance.
|
|
|
|
raised OverflowError.
|
|
This reverts commit 550cb3a365dee4edfdd1563224d5304de2a57fda
because try/except performs better.
|
|
empty_value when strip is enabled.
|
|
CharField form field.
|
|
|
|
recursive=True.
|
|
|
|
|
|
|
|
documented.
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
Should have been removed in b6ea1961eb6816dee4370fb0ebd49dba29478db1.
|
|
Thanks Tim Graham for the review.
|
|
|
|
form field order.
|
|
This seems unneeded since its introduction in
da3aa22d04d6452f87abbb1a0fee8a90a61eff5b.
|
|
|
|
|
|
|
|
|