mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #31670 -- Removed whitelist argument and domain_whitelist attribute in EmailValidator per deprecation timeline.
This commit is contained in:
@@ -252,3 +252,6 @@ to remove usage of these features.
|
||||
|
||||
* Support for using a boolean value in
|
||||
:attr:`.BaseCommand.requires_system_checks` is removed.
|
||||
|
||||
* The ``whitelist`` argument and ``domain_whitelist`` attribute of
|
||||
``django.core.validators.EmailValidator`` are removed.
|
||||
|
||||
Reference in New Issue
Block a user