From 135cc1d337621c43ebd7a0262996f07554f8794d Mon Sep 17 00:00:00 2001 From: Paul Brown Date: Sat, 17 Oct 2020 12:18:40 +0000 Subject: [PATCH] update django_manage migrate docs to include database param (#1072) * update django_manage migrate docs to include database param * Update plugins/modules/web_infrastructure/django_manage.py Co-authored-by: Andrew Klychkov Co-authored-by: Andrew Klychkov --- plugins/modules/web_infrastructure/django_manage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/web_infrastructure/django_manage.py b/plugins/modules/web_infrastructure/django_manage.py index bd4d566083..75a40d5592 100644 --- a/plugins/modules/web_infrastructure/django_manage.py +++ b/plugins/modules/web_infrastructure/django_manage.py @@ -57,7 +57,7 @@ options: type: bool database: description: - - The database to target. Used by the 'createcachetable', 'flush', 'loaddata', and 'syncdb' commands. + - The database to target. Used by the C(createcachetable), C(flush), C(loaddata), C(syncdb), and C(migrate) I(command). required: false failfast: description: