diff options
| author | David Smith <smithdc@gmail.com> | 2020-06-17 07:35:09 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-06-18 21:43:20 +0200 |
| commit | 27c09043da52ca1f02605bf28600bfd5ace95ae4 (patch) | |
| tree | b9fb0d8d11a736943e4bab5ea2982bb8d96d6477 /docs/internals | |
| parent | 26a413507abb38f7eee4cf62f2ee9727fdc7bf8d (diff) | |
Refs #31670 -- Renamed whitelist argument and attribute of EmailValidator.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
