diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-09-16 09:06:40 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-09-20 21:23:01 +0200 |
| commit | 75d6c4ae6df93c4c4d8621aced3a180afa18a6cb (patch) | |
| tree | a446318521173eadf0067e57a9b02c06ed9062d4 /docs | |
| parent | d25710a625fbb6dbb047c159417f796102fd721a (diff) | |
Refs #31180 -- Removed default_app_config application configuration variable per deprecation timeline.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.1.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/4.1.txt b/docs/releases/4.1.txt index 80f749a047..8fbcbf145b 100644 --- a/docs/releases/4.1.txt +++ b/docs/releases/4.1.txt @@ -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. |
