Fix version_added for a few parameters in django_manage
This commit is contained in:
parent
3f2a100e64
commit
941d89cf5f
1 changed files with 3 additions and 0 deletions
|
@ -74,14 +74,17 @@ options:
|
||||||
description:
|
description:
|
||||||
- Will skip over out-of-order missing migrations, you can only use this parameter with I(migrate)
|
- Will skip over out-of-order missing migrations, you can only use this parameter with I(migrate)
|
||||||
required: false
|
required: false
|
||||||
|
version_added: "1.3"
|
||||||
merge:
|
merge:
|
||||||
description:
|
description:
|
||||||
- Will run out-of-order or missing migrations as they are not rollback migrations, you can only use this parameter with 'migrate' command
|
- Will run out-of-order or missing migrations as they are not rollback migrations, you can only use this parameter with 'migrate' command
|
||||||
required: false
|
required: false
|
||||||
|
version_added: "1.3"
|
||||||
link:
|
link:
|
||||||
description:
|
description:
|
||||||
- Will create links to the files instead of copying them, you can only use this parameter with 'collectstatic' command
|
- Will create links to the files instead of copying them, you can only use this parameter with 'collectstatic' command
|
||||||
required: false
|
required: false
|
||||||
|
version_added: "1.3"
|
||||||
notes:
|
notes:
|
||||||
- I(virtualenv) (U(http://www.virtualenv.org)) must be installed on the remote host if the virtualenv parameter is specified.
|
- I(virtualenv) (U(http://www.virtualenv.org)) must be installed on the remote host if the virtualenv parameter is specified.
|
||||||
- This module will create a virtualenv if the virtualenv parameter is specified and a virtualenv does not already exist at the given location.
|
- This module will create a virtualenv if the virtualenv parameter is specified and a virtualenv does not already exist at the given location.
|
||||||
|
|
Loading…
Reference in a new issue