summaryrefslogtreecommitdiff
path: root/django/core/management/commands/diffsettings.py
AgeCommit message (Expand)Author
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-03-18Fixed #17037 -- Added a --all option to diffsettings.Aymeric Augustin
2012-08-07[py3] Fixed access to dict keys/values/items.Aymeric Augustin
2010-02-21Fixed #12655 - diffsettings command now returns the diff instead of printing....Jannis Leidel
2009-03-03Final piece (he says, hopefully) of r9945 changes.Malcolm Tredinnick
2007-08-16Improved error handling for management.py commands, especially for no argumen...Russell Keith-Magee
2007-08-16Major refactoring of django.core.management -- it's now a package rather than...Adrian Holovaty