Allow overriding part of a dictionary-type setting
This issue has been discussed as part of two new upcoming changes related to settings:
#22734 Move SMTP / email settings to a dictionary
and
#17101 Add "checkdeploy" management command
where it was desired that related settings could be grouped in a parent dictionary.
The idea is that the user shouldn't then mandatorily define all setting keys to only change some of them.
Change History
(5)
Triage Stage: |
Unreviewed → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
Resolution: |
fixed → wontfix
|
Pull request: https://github.com/django/django/pull/3138