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 Changed 9 years ago by Aymeric Augustin

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

comment:2 Changed 9 years ago by Sambhav Satija

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

comment:3 Changed 9 years ago by Sambhav Satija

Has patch: set

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

Resolution: fixed
Status: assignedclosed

In 9ec8aa5e5d42ac4529846f7eae6bf4982800abff:

Fixed #24149 -- Normalized tuple settings to lists.

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