Refs #31670 -- Renamed whitelist argument and attribute of EmailValidator.

This commit is contained in:
David Smith 2020-06-17 07:35:09 +01:00 committed by Mariusz Felisiak
parent 26a413507a
commit 27c09043da
6 changed files with 104 additions and 18 deletions

View file

@ -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