From 27c09043da52ca1f02605bf28600bfd5ace95ae4 Mon Sep 17 00:00:00 2001 From: David Smith Date: Wed, 17 Jun 2020 07:35:09 +0100 Subject: Refs #31670 -- Renamed whitelist argument and attribute of EmailValidator. --- docs/internals/deprecation.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index dd80acf833..d6becd31c1 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -21,6 +21,9 @@ details on these changes. * ``BaseCommand.requires_system_checks`` won't support boolean values. +* The ``whitelist`` argument and ``domain_whitelist`` attribute of + ``django.core.validators.EmailValidator`` will be removed. + .. _deprecation-removed-in-4.0: 4.0 -- cgit v1.3