summaryrefslogtreecommitdiff
path: root/docs/ref/validators.txt
AgeCommit message (Expand)Author
2023-07-03[4.1.x] Fixed CVE-2023-36053 -- Prevented potential ReDoS in EmailValidator a...Mariusz Felisiak
2023-01-16[4.1.x] Fixed "nulls characters" typo in docs.Steven
2022-05-12Fixed #32559 -- Added 'step_size’ to numeric form fields.Kapil Bansal
2022-04-28Removed hyphen from pre-/re- prefixes.David
2021-09-20Refs #31670 -- Removed whitelist argument and domain_whitelist attribute in E...Mariusz Felisiak
2020-06-30Improved RegexValidator docs.Adam Johnson
2020-06-18Refs #31670 -- Renamed whitelist argument and attribute of EmailValidator.David Smith
2020-04-20Capitalized Unicode in docs, strings, and comments.Jon Dufresne
2019-11-27Fixed #31029 -- Used more specific links to RFCs.Baptiste Mispelon
2019-09-10Removed versionadded/changed annotations for 2.2.Mariusz Felisiak
2018-10-22Fixed #29860 -- Allowed BaseValidator to accept a callable limit_value.buzzi
2018-06-30Fixed argument name for validators inheriting from BaseValidator.sedrubal
2018-05-17Removed versionadded/changed annotations for 2.0.Tim Graham
2017-09-22Removed versionadded/changed annotations for 1.11.Tim Graham
2017-08-12Fixed #28201 -- Added ProhibitNullCharactersValidator and used it on CharFiel...Alejandro Zamora
2017-06-07Fixed #28165 -- Ignored case in FileExtensionValidator's allowed_extensions.Arne de Laat
2017-06-07Corrected FileExtensionValidator doc regarding the value being validated.Tim Graham
2017-05-22Updated various links in docs to avoid redirectsClaude Paroz
2017-03-21Fixed #27945 -- Clarified that RegexValidator searches with the regex.seanfagan
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-01-17Removed versionadded/changed annotations for 1.10.Tim Graham
2016-06-30Fixed #21548 -- Added FileExtensionValidator and validate_image_file_extension.Berker Peksag
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-02-18Fixed #26107 -- Added option to int_list_validator() to allow negative integers.Akshesh
2016-02-17Followed recommended ValidationError use in docs.Jon Dufresne
2015-11-16Fixed #25755 -- Unified spelling of "website".Agnieszka Lasyk
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-09-18Fixed #24636 -- Added model field validation for decimal places and max digits.Iulia Chiriac
2015-07-27Fixed #25159 -- Removed brackets from class/function/method signatures in docs.Tim Graham
2015-07-17Fixed #16501 -- Added an allow_unicode parameter to SlugField.Edward Henderson
2015-03-25Fixed #24531 -- Improved CommaSeparatedIntegerField validation.Bertrand Bordage
2015-03-25Added some missing newlines in docs/ref/validators.txt.Tim Graham
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
2015-01-06Fixed #20003 -- Improved and extended URLValidatorDanilo Bargen
2014-10-12Fixed #23639 -- Fixed doc error in RegexValidator.regexDori
2014-09-24Fixed #22959 -- Documented that class-based validators need to be deconstruct...Markus Holtermann
2014-08-14Fixed #23224 - Documented EmailValidator.areski
2014-07-26Fixed #16617 -- Added 'value' to BaseValidator params.Anubhav Joshi
2014-04-26Updated doc links to point to Python 3 documentationClaude Paroz
2014-03-22Fixed #22313 -- Removed 'u' prefixes from documentationClaude Paroz
2014-03-21Fixed #22255 -- Added support for specifying re flags in RegexValidatorDejan Noveski
2014-02-10Fixed #20784 -- Added inverse_match parameter to RegexValidator.Si Feng
2013-12-28Fixed #21242 -- Allowed more IANA schemes in URLValidatorClaude Paroz
2013-01-11Fixed #4833 -- Validate email addresses with localhost as domainClaude Paroz
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-12-29Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin
2012-06-07Removed references to changes made in 1.2.Aymeric Augustin
2012-03-31Removed deprecated URLField.verify_exists.Aymeric Augustin
2012-03-13Replaced http by https in djangoproject.com linksClaude Paroz
2011-06-11Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t...Jannis Leidel