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
/
check.py
Age
Commit message (
Expand
)
Author
2024-05-10
Fixed #35429 -- Added argparse choices to --database options.
SaJH
2024-01-16
Improved --list-tags help text for check management command.
David Sanders
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-05-21
Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...
Hasan Ramezani
2020-02-07
Refs #31055 -- Added --database option to the check management command.
Simon Charette
2018-07-02
Removed parser.add_arguments() arguments that match the defaults.
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-03-05
Refs #26315 -- Cleaned up argparse options in commands.
Jon Dufresne
2015-10-05
Fixed #25500 -- Added --fail-level option to check command.
Jon Dufresne
2015-05-13
Removed unnecessary arguments in .get method calls
Piotr Jakimiak
2014-09-12
Fixed #17101 -- Integrated django-secure and added check --deploy option
Tim Graham
2014-06-14
Converted remaining management commands to argparse
Claude Paroz
2014-04-10
Fixed #22194 -- Added --list-tags option to check command.
Tim Graham
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2013-06-25
Fixed #20653 -- Renamed checksetup management command.
Russell Keith-Magee