django_manage - added splitting the command parameter for running (#3283)

* added splitting the command parameter for running

* added changelog fragment

* refactored variable names for improved readability
This commit is contained in:
Alexei Znamensky
2021-08-31 17:14:08 +12:00
committed by GitHub
parent baa721ac22
commit b2bb7e3f9c
4 changed files with 29 additions and 18 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- django_manage - argument ``command`` is being splitted again as it should (https://github.com/ansible-collections/community.general/issues/3215).