summaryrefslogtreecommitdiff
path: root/docs/ref/validators.txt
Commit message (Expand)AuthorAgeFilesLines
* Fixed #29860 -- Allowed BaseValidator to accept a callable limit_value.buzzi2018-10-221-4/+24
* Fixed argument name for validators inheriting from BaseValidator.sedrubal2018-06-301-8/+8
* Removed versionadded/changed annotations for 2.0.Tim Graham2018-05-171-2/+0
* Removed versionadded/changed annotations for 1.11.Tim Graham2017-09-221-4/+0
* Fixed #28201 -- Added ProhibitNullCharactersValidator and used it on CharFiel...Alejandro Zamora2017-08-121-0/+24
* Fixed #28165 -- Ignored case in FileExtensionValidator's allowed_extensions.Arne de Laat2017-06-071-0/+1
* Corrected FileExtensionValidator doc regarding the value being validated.Tim Graham2017-06-071-3/+4
* Updated various links in docs to avoid redirectsClaude Paroz2017-05-221-1/+1
* Fixed #27945 -- Clarified that RegexValidator searches with the regex.seanfagan2017-03-211-2/+2
* Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz2017-02-071-1/+1
* Removed versionadded/changed annotations for 1.10.Tim Graham2017-01-171-4/+0
* Fixed #21548 -- Added FileExtensionValidator and validate_image_file_extension.Berker Peksag2016-06-301-0/+27
* Removed versionadded/changed annotations for 1.9.Tim Graham2016-05-201-6/+0
* Fixed #26107 -- Added option to int_list_validator() to allow negative integers.Akshesh2016-02-181-3/+8
* Followed recommended ValidationError use in docs.Jon Dufresne2016-02-171-1/+5
* Fixed #25755 -- Unified spelling of "website".Agnieszka Lasyk2015-11-161-1/+1
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-231-21/+0
* Fixed #24636 -- Added model field validation for decimal places and max digits.Iulia Chiriac2015-09-181-0/+16
* Fixed #25159 -- Removed brackets from class/function/method signatures in docs.Tim Graham2015-07-271-3/+3
* Fixed #16501 -- Added an allow_unicode parameter to SlugField.Edward Henderson2015-07-171-0/+10
* Fixed #24531 -- Improved CommaSeparatedIntegerField validation.Bertrand Bordage2015-03-251-0/+10
* Added some missing newlines in docs/ref/validators.txt.Tim Graham2015-03-251-0/+10
* Removed versionadded/changed notes for 1.7.Tim Graham2015-02-011-12/+4
* Fixed #20003 -- Improved and extended URLValidatorDanilo Bargen2015-01-061-3/+12
* Fixed #23639 -- Fixed doc error in RegexValidator.regexDori2014-10-121-4/+6
* Fixed #22959 -- Documented that class-based validators need to be deconstruct...Markus Holtermann2014-09-241-0/+8
* Fixed #23224 - Documented EmailValidator.areski2014-08-141-2/+30
* Fixed #16617 -- Added 'value' to BaseValidator params.Anubhav Joshi2014-07-261-4/+20
* Updated doc links to point to Python 3 documentationClaude Paroz2014-04-261-2/+2
* Fixed #22313 -- Removed 'u' prefixes from documentationClaude Paroz2014-03-221-1/+1
* Fixed #22255 -- Added support for specifying re flags in RegexValidatorDejan Noveski2014-03-211-1/+13
* Fixed #20784 -- Added inverse_match parameter to RegexValidator.Si Feng2014-02-101-3/+11
* Fixed #21242 -- Allowed more IANA schemes in URLValidatorClaude Paroz2013-12-281-2/+16
* Fixed #4833 -- Validate email addresses with localhost as domainClaude Paroz2013-01-111-1/+1
* Fixed #19516 - Fixed remaining broken links.Tim Graham2013-01-021-1/+1
* Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin2012-12-291-2/+0
* Removed references to changes made in 1.2.Aymeric Augustin2012-06-071-1/+0
* Removed deprecated URLField.verify_exists.Aymeric Augustin2012-03-311-19/+3
* Replaced http by https in djangoproject.com linksClaude Paroz2012-03-131-1/+1
* Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t...Jannis Leidel2011-06-111-0/+17
* Fixes #13511 -- make regex parameter to RegexValidator to be optional. Also t...Chris Beaven2011-06-091-13/+21
* Changed e-mail to email throughout documentation and codebase. The one except...Adrian Holovaty2011-04-011-1/+1
* Fixed #14537 -- Added documentation on where validators can be imported from ...Gabriel Hurley2010-10-231-52/+58
* Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss2010-08-191-4/+2
* Added missing module directive for validators documentation.Luke Plant2010-07-051-0/+2
* Fixed #13341 -- Clarified default arguments to the RegexValidator. Thanks to ...Russell Keith-Magee2010-05-101-5/+5
* Fixed #13341 -- Clarified the arguments to RegexValidators. Thanks to DrMeers...Russell Keith-Magee2010-05-091-7/+10
* Fixed #12525. Added a note to the validators doucmentation that models will n...Joseph Kocherhans2010-01-121-2/+6
* Edited docs/ref/validators.txtAdrian Holovaty2010-01-091-23/+23
* Fixed a typo in ref/validators.txt.Joseph Kocherhans2010-01-051-1/+1