Opened 8 years ago
Closed 8 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 Changed 8 years ago by
comment:2 Changed 8 years ago by
Cc: | f.ssat95@… added |
---|---|
Owner: | changed from nobody to Sambhav Satija |
Status: | new → assigned |
comment:3 Changed 8 years ago by
Has patch: | set |
---|
PR resides here: https://github.com/django/django/pull/3973
comment:4 Changed 8 years ago by
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.