index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
admin_scripts
/
management
Age
Commit message (
Expand
)
Author
2020-06-01
Reverted "Refs #23919 -- Removed obsolete __init__.py files in management com...
René Fleschenberg
2020-05-21
Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...
Hasan Ramezani
2018-01-03
Refs #23919 -- Removed obsolete __init__.py files in management command direc...
я котик пур-пур
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2015-01-17
Removed BaseCommand.requires_model_validation per deprecation timeline.
Tim Graham
2014-10-22
Fixed #23663 -- Initialize output streams for BaseCommand in __init__().
Loic Bistuer
2014-06-19
Fixed #22835 -- Deprecated NoArgsCommand.
Maxime Turcotte
2014-06-14
Fixed several flake8 errors
Alex Gaynor
2014-06-14
Converted remaining management commands to argparse
Claude Paroz
2014-06-14
Fixed #19973 -- Replaced optparse by argparse in management commands
Claude Paroz
2014-01-20
Added warning silencers to some noisy tests.
Russell Keith-Magee
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2013-12-28
Used app_label instead of appname.
Aymeric Augustin
2013-12-28
Migrated built-in AppCommands to use handle_app_config.
Aymeric Augustin
2013-10-26
Fix all violators of E231
Alex Gaynor
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-10-18
Fixed #21268 -- Fixed E303 pep8 warnings
Alasdair Nicol
2013-10-10
Whitespace cleanup.
Tim Graham
2013-07-30
Fixed a test that depended on the DB backend; refs #19877. Thanks Loic.
Tim Graham
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner