Opened 10 years ago
Closed 10 years ago
#24149 closed Cleanup/optimization (fixed)
Normalize settings to be lists rather than tuples
Reported by: | Aymeric Augustin | Owned by: | Sambhav Satija |
---|---|---|---|
Component: | Core (Other) | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | f.ssat95@… | Triage Stage: | Accepted |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
As discussed on django-developers, it would be nice to change settings that are tuples to be lists.
The consensus was to document the change but not take any particular measures.
Change History (4)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Cc: | added |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:3 by , 10 years ago
Has patch: | set |
---|
PR resides here: https://github.com/django/django/pull/3973
comment:4 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
The check for
tuple_settings
in theSettings
class should be removed eventually, as part of this ticket or later.