From eac9ab7ebb1ce0cbbc79c4cf65e8f70b0635a240 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Mon, 2 Jul 2018 23:54:57 +0200 Subject: Removed parser.add_arguments() arguments that match the defaults. --- docs/howto/custom-management-commands.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'docs') diff --git a/docs/howto/custom-management-commands.txt b/docs/howto/custom-management-commands.txt index f20252dc0c..d547bd97e2 100644 --- a/docs/howto/custom-management-commands.txt +++ b/docs/howto/custom-management-commands.txt @@ -103,7 +103,6 @@ options can be added in the :meth:`~BaseCommand.add_arguments` method like this: parser.add_argument( '--delete', action='store_true', - dest='delete', help='Delete poll instead of closing it', ) -- cgit v1.3