mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
f5ca03047d
* deprecate venv creation when missing * add changelog fragment * fix sanity checks * Update changelogs/fragments/5404-django-manage-venv-deprecation.yml Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/web_infrastructure/django_manage.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/web_infrastructure/django_manage.py Co-authored-by: Felix Fontein <felix@fontein.de> * minor change to help future removal of feature Co-authored-by: Felix Fontein <felix@fontein.de>
5 lines
265 B
YAML
5 lines
265 B
YAML
deprecated_features:
|
|
- >-
|
|
django_manage - the behavior of "creating the virtual environment when missing"
|
|
is being deprecated and will be removed in community.general version 9.0.0
|
|
(https://github.com/ansible-collections/community.general/pull/5405).
|