Opened 7 years ago

Closed 7 years ago

#27438 closed New feature (fixed)

manage.py diffsettings should allow to compare to another settings module (not only to default Django settings)

Reported by: Paweł Marczewski Owned by: Paweł Marczewski
Component: Core (Management commands) Version: 1.10
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

Description

Rationale: I use a hierarchy of settings modules, where settings/local.py imports settings/dev.py imports settings/base.py. I want to see what I customized, e.g. ./manage.py diffsettings --default=settings.base.

Change History (3)

comment:1 by Paweł Marczewski, 7 years ago

Has patch: set
Owner: changed from nobody to Paweł Marczewski
Status: newassigned

comment:2 by Krzysztof Gogolewski, 7 years ago

Triage Stage: UnreviewedReady for checkin

Code review done.

comment:3 by Tim Graham <timograham@…>, 7 years ago

Resolution: fixed
Status: assignedclosed

In 50f9e736:

Fixed #27438 -- Added the diffsettings --default option.

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