summaryrefslogtreecommitdiff
path: root/tests/forms_tests/field_tests/test_emailfield.py
AgeCommit message (Expand)Author
2025-01-08Fixed #36014 -- Supported international domains in EmailValidator.Chaitanya Rahalkar
2023-11-28Refs #34986 -- Fixed some test assertions for PyPy.Nick Pope
2023-07-03Fixed CVE-2023-36053 -- Prevented potential ReDoS in EmailValidator and URLVa...Mariusz Felisiak
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-09-25Refs #28009 -- Added empty_value tests for CharField subclasses.David Smith
2020-04-28Changed django.forms.ValidationError imports to django.core.exceptions.Valida...François Freitag
2018-01-21Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-07-14Fixed #26821 -- Fixed forms.Email/URLField crash on None value.Priy
2016-04-21Fixed #22383 -- Added support for HTML5 required attribute on required form f...Jon Dufresne
2016-04-19Fixed #26516 -- Added minlength attribute when forms.CharField.min_length is ...Jon Dufresne
2016-04-11Split form's test_fields.py into different files.Berker Peksag