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