summaryrefslogtreecommitdiff
path: root/django/core/management/commands/sendtestemail.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
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 django/.Tim Graham
2015-06-22Fixed #24970 -- Added --managers and --admins options to the sendtestemail ma...Rolo
2015-03-20Removed unused imports.Tim Graham
2015-03-20Adapted sendtestemail to be more argparse-ishClaude Paroz
2015-03-20Fixed #24419 -- Added sendtestemail management commandLoek van Gent