summaryrefslogtreecommitdiff
path: root/docs/ref/validators.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-01-26 15:39:52 -0500
committerTim Graham <timograham@gmail.com>2015-02-01 21:02:40 -0500
commitc79faae761659d51d58782dbd2b8058fb4668cfa (patch)
treea83649a302c53dd2d0ce9e0f50c4017b8b5da979 /docs/ref/validators.txt
parent0e6091249295b0e06aff2b1b4411819f94a1c529 (diff)
downloaddjango-c79faae761659d51d58782dbd2b8058fb4668cfa.tar.gz
Removed versionadded/changed notes for 1.7.
Diffstat (limited to 'docs/ref/validators.txt')
-rw-r--r--docs/ref/validators.txt16
1 files changed, 4 insertions, 12 deletions
diff --git a/docs/ref/validators.txt b/docs/ref/validators.txt
index d3df12b618..8f96144bb8 100644
--- a/docs/ref/validators.txt
+++ b/docs/ref/validators.txt
@@ -102,18 +102,14 @@ to, or in lieu of custom ``field.clean()`` methods.
.. attribute:: inverse_match
- .. versionadded:: 1.7
-
The match mode for :attr:`regex`. Defaults to ``False``.
.. attribute:: flags
- .. versionadded:: 1.7
-
- The flags used when compiling the regular expression string :attr:`regex`.
- If :attr:`regex` is a pre-compiled regular expression, and :attr:`flags` is overridden,
- :exc:`TypeError` is raised.
- Defaults to `0`.
+ The flags used when compiling the regular expression string
+ :attr:`regex`. If :attr:`regex` is a pre-compiled regular expression,
+ and :attr:`flags` is overridden, :exc:`TypeError` is raised. Defaults
+ to ``0``.
``EmailValidator``
------------------
@@ -165,10 +161,6 @@ to, or in lieu of custom ``field.clean()`` methods.
.. _valid URI schemes: https://www.iana.org/assignments/uri-schemes/uri-schemes.xhtml
- .. versionchanged:: 1.7
-
- The optional ``schemes`` attribute was added.
-
.. versionchanged:: 1.8
Support for IPv6 addresses, unicode domains, and URLs containing