#23384 closed New feature (wontfix)
Allow overriding part of a dictionary-type setting
Reported by: | Claude Paroz | Owned by: | nobody |
---|---|---|---|
Component: | Core (Other) | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Pull Requests: | |||
Description ¶
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)
comment:1 by , 11 years ago
Has patch: | set |
---|
comment:2 by , 11 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 by , 11 years ago
Resolution: | fixed → wontfix |
---|
Note:
See TracTickets
for help on using tickets.
Pull request: https://github.com/django/django/pull/3138