Opened 9 years ago

Closed 9 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 Aymeric Augustin, 9 years ago

The check for tuple_settings in the Settings class should be removed eventually, as part of this ticket or later.

comment:2 by Sambhav Satija, 9 years ago

Cc: f.ssat95@… added
Owner: changed from nobody to Sambhav Satija
Status: newassigned

comment:3 by Sambhav Satija, 9 years ago

Has patch: set

comment:4 by Tim Graham <timograham@…>, 9 years ago

Resolution: fixed
Status: assignedclosed

In 9ec8aa5e5d42ac4529846f7eae6bf4982800abff:

Fixed #24149 -- Normalized tuple settings to lists.

Note: See TracTickets for help on using tickets.
Back to Top