summaryrefslogtreecommitdiff
path: root/docs/ref/validators.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-01-02 10:25:57 -0500
committerTim Graham <timograham@gmail.com>2017-01-17 20:52:05 -0500
commite27e4c03399f610e0db1fb9b881095d762fda2b7 (patch)
tree11bd3fc4e762fad072ef29c0498daab3cba49554 /docs/ref/validators.txt
parent401c5b2e42bf9134d9221f446765dd0777306f0b (diff)
Removed versionadded/changed annotations for 1.10.
Diffstat (limited to 'docs/ref/validators.txt')
-rw-r--r--docs/ref/validators.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/ref/validators.txt b/docs/ref/validators.txt
index 417df517a4..635f76d1eb 100644
--- a/docs/ref/validators.txt
+++ b/docs/ref/validators.txt
@@ -230,10 +230,6 @@ to, or in lieu of custom ``field.clean()`` methods.
of integers separated by ``sep``. It allows negative integers when
``allow_negative`` is ``True``.
- .. versionchanged:: 1.10
-
- The ``allow_negative`` parameter was added.
-
``MaxValueValidator``
---------------------