| Age | Commit message (Collapse) | Author |
|
|
|
|
|
values.
|
|
scientific notation.
|
|
|
|
CharField form field.
|
|
|
|
|
|
|
|
|
|
These functions do nothing on Python 3.
|
|
io.open() is an alias for open() on Python 3.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also removed try/except/fail antipattern that hides exceptions.
|
|
|
|
|
|
|
|
Thanks Flavio Curella and Berker Peksag for the initial patch.
|
|
Thanks João Silva for reporting the problem and Tim Graham for finding the
problematic RE and for review.
This is a security fix; disclosure to follow shortly.
|
|
This is a security fix; disclosure to follow shortly.
Thanks to Sjoerd Job Postmus for the report and draft patch.
|
|
|
|
`','`, `'1,,1'`, `',1'` etc. are no longer considered as valid
comma-separated integer lists.
|
|
|
|
|
|
Also allowed overriding the default messages in subclasses of BaseValidator.
Thanks sperrygrove for initial patch.
|
|
Thanks MarkusH for the report.
|
|
Thanks pmartin for the report.
|
|
Thanks to Claude Paroz for the report and patch and Tomasz
Paczkowski for the review.
|
|
Compare parameters instead of re.pattern instances, and add the other
parameters to the comparison. Also add a __ne__ to make assertNotEqual
work properly.
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Sascha Peilicke for the report and initial patch, and
Tim Graham for the review.
|
|
Signed-off-by: Jason Myers <jason@jasonamyers.com>
|
|
Thanks Klas H for the report and claudep for the patch.
|
|
|
|
Thanks to flake8 path/to/file.py | awk -F ' ' '{ print $5 }' | sort | uniq
|
|
|
|
|
|
Thanks Vincent Wagelaar for the report.
|
|
Refs #20680.
|
|
fields
|
|
as the exception bubbles up
|