summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/validators.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/ref/validators.txt b/docs/ref/validators.txt
index 50761e5a42..4230738a2b 100644
--- a/docs/ref/validators.txt
+++ b/docs/ref/validators.txt
@@ -151,13 +151,6 @@ to, or in lieu of custom ``field.clean()`` methods.
validation, so you'd need to add them to the ``allowlist`` as
necessary.
- .. deprecated:: 3.2
-
- The ``whitelist`` parameter is deprecated. Use :attr:`allowlist`
- instead.
- The undocumented ``domain_whitelist`` attribute is deprecated. Use
- ``domain_allowlist`` instead.
-
``URLValidator``
----------------