index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
validators.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #29860 -- Allowed BaseValidator to accept a callable limit_value.
buzzi
2018-10-22
1
-4
/
+24
*
Fixed argument name for validators inheriting from BaseValidator.
sedrubal
2018-06-30
1
-8
/
+8
*
Removed versionadded/changed annotations for 2.0.
Tim Graham
2018-05-17
1
-2
/
+0
*
Removed versionadded/changed annotations for 1.11.
Tim Graham
2017-09-22
1
-4
/
+0
*
Fixed #28201 -- Added ProhibitNullCharactersValidator and used it on CharFiel...
Alejandro Zamora
2017-08-12
1
-0
/
+24
*
Fixed #28165 -- Ignored case in FileExtensionValidator's allowed_extensions.
Arne de Laat
2017-06-07
1
-0
/
+1
*
Corrected FileExtensionValidator doc regarding the value being validated.
Tim Graham
2017-06-07
1
-3
/
+4
*
Updated various links in docs to avoid redirects
Claude Paroz
2017-05-22
1
-1
/
+1
*
Fixed #27945 -- Clarified that RegexValidator searches with the regex.
seanfagan
2017-03-21
1
-2
/
+2
*
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-07
1
-1
/
+1
*
Removed versionadded/changed annotations for 1.10.
Tim Graham
2017-01-17
1
-4
/
+0
*
Fixed #21548 -- Added FileExtensionValidator and validate_image_file_extension.
Berker Peksag
2016-06-30
1
-0
/
+27
*
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-05-20
1
-6
/
+0
*
Fixed #26107 -- Added option to int_list_validator() to allow negative integers.
Akshesh
2016-02-18
1
-3
/
+8
*
Followed recommended ValidationError use in docs.
Jon Dufresne
2016-02-17
1
-1
/
+5
*
Fixed #25755 -- Unified spelling of "website".
Agnieszka Lasyk
2015-11-16
1
-1
/
+1
*
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-09-23
1
-21
/
+0
*
Fixed #24636 -- Added model field validation for decimal places and max digits.
Iulia Chiriac
2015-09-18
1
-0
/
+16
*
Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
Tim Graham
2015-07-27
1
-3
/
+3
*
Fixed #16501 -- Added an allow_unicode parameter to SlugField.
Edward Henderson
2015-07-17
1
-0
/
+10
*
Fixed #24531 -- Improved CommaSeparatedIntegerField validation.
Bertrand Bordage
2015-03-25
1
-0
/
+10
*
Added some missing newlines in docs/ref/validators.txt.
Tim Graham
2015-03-25
1
-0
/
+10
*
Removed versionadded/changed notes for 1.7.
Tim Graham
2015-02-01
1
-12
/
+4
*
Fixed #20003 -- Improved and extended URLValidator
Danilo Bargen
2015-01-06
1
-3
/
+12
*
Fixed #23639 -- Fixed doc error in RegexValidator.regex
Dori
2014-10-12
1
-4
/
+6
*
Fixed #22959 -- Documented that class-based validators need to be deconstruct...
Markus Holtermann
2014-09-24
1
-0
/
+8
*
Fixed #23224 - Documented EmailValidator.
areski
2014-08-14
1
-2
/
+30
*
Fixed #16617 -- Added 'value' to BaseValidator params.
Anubhav Joshi
2014-07-26
1
-4
/
+20
*
Updated doc links to point to Python 3 documentation
Claude Paroz
2014-04-26
1
-2
/
+2
*
Fixed #22313 -- Removed 'u' prefixes from documentation
Claude Paroz
2014-03-22
1
-1
/
+1
*
Fixed #22255 -- Added support for specifying re flags in RegexValidator
Dejan Noveski
2014-03-21
1
-1
/
+13
*
Fixed #20784 -- Added inverse_match parameter to RegexValidator.
Si Feng
2014-02-10
1
-3
/
+11
*
Fixed #21242 -- Allowed more IANA schemes in URLValidator
Claude Paroz
2013-12-28
1
-2
/
+16
*
Fixed #4833 -- Validate email addresses with localhost as domain
Claude Paroz
2013-01-11
1
-1
/
+1
*
Fixed #19516 - Fixed remaining broken links.
Tim Graham
2013-01-02
1
-1
/
+1
*
Removed versionadded/changed annotations dating back to 1.4.
Aymeric Augustin
2012-12-29
1
-2
/
+0
*
Removed references to changes made in 1.2.
Aymeric Augustin
2012-06-07
1
-1
/
+0
*
Removed deprecated URLField.verify_exists.
Aymeric Augustin
2012-03-31
1
-19
/
+3
*
Replaced http by https in djangoproject.com links
Claude Paroz
2012-03-13
1
-1
/
+1
*
Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t...
Jannis Leidel
2011-06-11
1
-0
/
+17
*
Fixes #13511 -- make regex parameter to RegexValidator to be optional. Also t...
Chris Beaven
2011-06-09
1
-13
/
+21
*
Changed e-mail to email throughout documentation and codebase. The one except...
Adrian Holovaty
2011-04-01
1
-1
/
+1
*
Fixed #14537 -- Added documentation on where validators can be imported from ...
Gabriel Hurley
2010-10-23
1
-52
/
+58
*
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2010-08-19
1
-4
/
+2
*
Added missing module directive for validators documentation.
Luke Plant
2010-07-05
1
-0
/
+2
*
Fixed #13341 -- Clarified default arguments to the RegexValidator. Thanks to ...
Russell Keith-Magee
2010-05-10
1
-5
/
+5
*
Fixed #13341 -- Clarified the arguments to RegexValidators. Thanks to DrMeers...
Russell Keith-Magee
2010-05-09
1
-7
/
+10
*
Fixed #12525. Added a note to the validators doucmentation that models will n...
Joseph Kocherhans
2010-01-12
1
-2
/
+6
*
Edited docs/ref/validators.txt
Adrian Holovaty
2010-01-09
1
-23
/
+23
*
Fixed a typo in ref/validators.txt.
Joseph Kocherhans
2010-01-05
1
-1
/
+1
[next]