Claude Paroz
|
eac9ab7ebb
|
Removed parser.add_arguments() arguments that match the defaults.
|
2018-07-02 17:54:57 -04:00 |
Jon Dufresne
|
7bbb5161ea
|
Removed implicit default store_true/false argparse args.
argparse automatically sets the default value for store_true/false
arguments to its opposite.
|
2017-04-01 20:03:56 -04:00 |
Tim Graham
|
df8d8d4292
|
Fixed E128 flake8 warnings in django/.
|
2016-04-08 09:51:06 -04:00 |
Rolo
|
e7b4bd48c7
|
Fixed #24970 -- Added --managers and --admins options to the sendtestemail management command.
|
2015-06-22 07:21:26 -04:00 |
Tim Graham
|
a3e75f6bed
|
Removed unused imports.
|
2015-03-20 17:57:11 -04:00 |
Claude Paroz
|
ba37ac749e
|
Adapted sendtestemail to be more argparse-ish
|
2015-03-20 20:40:35 +01:00 |
Loek van Gent
|
d898ba1bec
|
Fixed #24419 -- Added sendtestemail management command
|
2015-03-20 12:03:50 -04:00 |