summaryrefslogtreecommitdiff
path: root/django/core/management/commands/diffsettings.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-2/+2
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-15/+27
* Bumped minimum isort version to 5.1.0.David Smith2020-07-301-1/+1
* Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...Hasan Ramezani2020-05-211-1/+1
* Fixed #30057 -- Fixed diffsettings ignoring custom configured settings.orlnub1232019-01-121-2/+2
* Fixed #29236 -- Fixed diffsettings crash if using settings.configure().Hasan Ramezani2018-08-201-1/+2
* Removed parser.add_arguments() arguments that match the defaults.Claude Paroz2018-07-021-3/+3
* Fixed #27881 -- Added diffsettings --output option.Chris Lamb2017-05-271-5/+35
* Removed implicit default store_true/false argparse args.Jon Dufresne2017-04-011-1/+1
* Refs #27656 -- Updated django.core docstring verbs according to PEP 257.Anton Samarchyan2017-02-211-1/+1
* Fixed #27438 -- Added the diffsettings --default option.Paweł Marczewski2016-11-101-2/+10
* Fixed E128 flake8 warnings in django/.Tim Graham2016-04-081-3/+4
* Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne2014-12-081-1/+1
* Fixed #22835 -- Deprecated NoArgsCommand.Maxime Turcotte2014-06-191-3/+3
* Converted remaining management commands to argparseClaude Paroz2014-06-141-8/+5
* Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee2014-01-201-1/+1
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+2
* Fixed #17037 -- Added a --all option to diffsettings.Aymeric Augustin2013-03-181-3/+13
* [py3] Fixed access to dict keys/values/items.Aymeric Augustin2012-08-071-3/+1
* Fixed #12655 - diffsettings command now returns the diff instead of printing....Jannis Leidel2010-02-211-1/+1
* Final piece (he says, hopefully) of r9945 changes.Malcolm Tredinnick2009-03-031-2/+2
* Improved error handling for management.py commands, especially for no argumen...Russell Keith-Magee2007-08-161-3/+3
* Major refactoring of django.core.management -- it's now a package rather than...Adrian Holovaty2007-08-161-0/+32