diff options
| author | Tim Graham <timograham@gmail.com> | 2018-05-17 10:16:32 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-05-17 11:00:10 -0400 |
| commit | 7543ab1f8dcb20dbbdf6a41eace95fc47c8dcaa3 (patch) | |
| tree | 98e0f0cbec43f45ea36c09cafb97385bca028a9f /docs/ref/validators.txt | |
| parent | 1cbd3d7874a4887fa2a6d7ef582defc388429b97 (diff) | |
Removed versionadded/changed annotations for 2.0.
Diffstat (limited to 'docs/ref/validators.txt')
| -rw-r--r-- | docs/ref/validators.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/ref/validators.txt b/docs/ref/validators.txt index 2abfd3599e..75199642b0 100644 --- a/docs/ref/validators.txt +++ b/docs/ref/validators.txt @@ -306,8 +306,6 @@ to, or in lieu of custom ``field.clean()`` methods. .. class:: ProhibitNullCharactersValidator(message=None, code=None) - .. versionadded:: 2.0 - Raises a :exc:`~django.core.exceptions.ValidationError` if ``str(value)`` contains one or more nulls characters (``'\x00'``). |
