1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #31180 -- Removed default_app_config application configuration variable per deprecation timeline.

This commit is contained in:
Mariusz Felisiak
2021-09-16 09:06:40 +02:00
parent d25710a625
commit 75d6c4ae6d
11 changed files with 7 additions and 184 deletions

View File

@@ -255,3 +255,5 @@ to remove usage of these features.
* The ``whitelist`` argument and ``domain_whitelist`` attribute of
``django.core.validators.EmailValidator`` are removed.
* The ``default_app_config`` application configuration variable is removed.