Fix help text of the platformtemplate command

Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-06-22 00:04:34 -04:00
parent 575e42357a
commit 4d7c0552bd
3 changed files with 4 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
==================
* Support configurable GUnicorn timeouts. Defaults to
current value of 120 seconds.
* Fix help text of the platformtemplate command.
3.2.3 (2019-06-21)
==================

View File

@@ -9,7 +9,7 @@ Changes
- Support configurable GUnicorn timeouts. Defaults to
current value of 120 seconds.
- Fix help text of the platformtemplate command.
Removals
--------

View File

@@ -16,7 +16,8 @@ class Command(management.BaseCommand):
)
parser.add_argument(
'--context', action='store', default='', dest='context',
help='Show a list of available templates.',
help='Pass a context to the template in the form of a JSON encoded '
'dictionary.',
)
def handle(self, *args, **options):