index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
management
/
commands
/
diffsettings.py
Age
Commit message (
Expand
)
Author
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-07-30
Bumped minimum isort version to 5.1.0.
David Smith
2020-05-21
Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...
Hasan Ramezani
2019-01-12
Fixed #30057 -- Fixed diffsettings ignoring custom configured settings.
orlnub123
2018-08-20
Fixed #29236 -- Fixed diffsettings crash if using settings.configure().
Hasan Ramezani
2018-07-02
Removed parser.add_arguments() arguments that match the defaults.
Claude Paroz
2017-05-27
Fixed #27881 -- Added diffsettings --output option.
Chris Lamb
2017-04-01
Removed implicit default store_true/false argparse args.
Jon Dufresne
2017-02-21
Refs #27656 -- Updated django.core docstring verbs according to PEP 257.
Anton Samarchyan
2016-11-10
Fixed #27438 -- Added the diffsettings --default option.
Paweł Marczewski
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-06-19
Fixed #22835 -- Deprecated NoArgsCommand.
Maxime Turcotte
2014-06-14
Converted remaining management commands to argparse
Claude Paroz
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-03-18
Fixed #17037 -- Added a --all option to diffsettings.
Aymeric Augustin
2012-08-07
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2010-02-21
Fixed #12655 - diffsettings command now returns the diff instead of printing....
Jannis Leidel
2009-03-03
Final piece (he says, hopefully) of r9945 changes.
Malcolm Tredinnick
2007-08-16
Improved error handling for management.py commands, especially for no argumen...
Russell Keith-Magee
2007-08-16
Major refactoring of django.core.management -- it's now a package rather than...
Adrian Holovaty