From d25710a625fbb6dbb047c159417f796102fd721a Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Thu, 16 Sep 2021 08:53:34 +0200 Subject: Refs #31670 -- Removed whitelist argument and domain_whitelist attribute in EmailValidator per deprecation timeline. --- docs/ref/validators.txt | 7 ------- 1 file changed, 7 deletions(-) (limited to 'docs/ref') 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`` ---------------- -- cgit v1.3