mirror of
https://github.com/django/django.git
synced 2025-08-31 15:57:45 +00:00
Refs #31670 -- Renamed whitelist argument and attribute of EmailValidator.
This commit is contained in:
parent
26a413507a
commit
27c09043da
6 changed files with 104 additions and 18 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue