| Age | Commit message (Collapse) | Author |
|
Co-authored-by: Patryk Zawadzki <patrys@room-303.com>
|
|
|
|
|
|
read-only JSONField values in admin.
|
|
formsets.
|
|
|
|
forms.UUIDField.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Dan Ward for the initial patch.
|
|
in formsets.
Co-authored-by: ethurgood <ethurgood@gmail.com>
|
|
Co-authored-by: ethurgood <ethurgood@gmail.com>
|
|
ClearableFileInput.
|
|
|
|
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
error message key.
|
|
docstring.
|
|
fields have errors.
|
|
data exists.
|
|
Thanks José Padilla for the initial patch, and Carlton Gibson for the
review.
|
|
|
|
<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.
|
|
* assertIsNone()/assertIsNotNone() instead of comparing to None.
* assertLess() for < comparisons.
* assertIs() for 'is' expressions.
* assertIsInstance() for isinstance() expressions.
* rounding of assertAlmostEqual() for round() expressions.
* assertIs(..., True/False) instead of comparing to True/False.
* assertIs()/assertIsNot() for ==/!= comparisons.
* assertNotEqual() for == comparisons.
* assertTrue()/assertFalse() instead of comparing to True/False.
|
|
|
|
|
|
|
|
|
|
Thanks Claude Paroz for assistance with translations.
|
|
USE_L10N is disabled.
|
|
|
|
placeholder is required for "select" with "required" attribute.
|
|
html.escape()/unescape().
|
|
FormsUtilsTestCase.test_error_dict_copy().
|
|
|
|
|