summaryrefslogtreecommitdiff
path: root/tests/user_commands/management/commands/hal.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-04-07Fixed #31428 -- Allowed empty message in management command self.stdout/err p...François Freitag
2018-07-02Removed parser.add_arguments() arguments that match the defaults.Claude Paroz
2017-04-01Removed implicit default store_true/false argparse args.Jon Dufresne
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2014-08-18Fixed #23309 -- Fixed call_command to parse args correctlyRaffaele Salmaso