| Age | Commit message (Collapse) | Author |
|
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().
|
|
|
|
|
|
|
|
|
|
Thanks gasman for the tests, and codingjoe and timgraham for the review.
|
|
Delaying merging assets as long as possible avoids introducing
incorrect relative orderings that cause a broken final result.
|
|
Thanks Mariusz Felisiak for auditing.
|
|
|
|
|
|
|
|
|
|
error message.
|
|
|
|
SelectDateWidget.value_from_datadict().
|
|
|
|
|
|
|
|
choice widgets.
Regression in b52c73008a9d67e9ddbb841872dc15cdd3d6ee01.
|
|
|
|
CheckboxSelectMultiple with MultiWidget.
|
|
|
|
use_required_attribute arguments conflict.
|
|
Partially reverted 9bcf73d788866bc93f8248cb2e9d601ecbc4b50c.
|
|
|
|
attribute is added by JavaScript.
Thanks Tim Graham for the initial patch.
|
|
|
|
|
|
syntax.
|
|
|
|
|
|
|
|
Thanks avalanchy for the initial patch.
|
|
|