patchback[bot]
93782ffb35
[PR #10684/ded43714 backport][stable-11] django module, module_utils: adjustments ( #10747 )
...
EOL CI / EOL Sanity (Ⓐ2.16) (push) Waiting to run
EOL CI / EOL Units (Ⓐ2.16+py2.7) (push) Waiting to run
EOL CI / EOL Units (Ⓐ2.16+py3.11) (push) Waiting to run
EOL CI / EOL Units (Ⓐ2.16+py3.6) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+alpine3+py:azp/posix/1/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+alpine3+py:azp/posix/2/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+alpine3+py:azp/posix/3/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+fedora38+py:azp/posix/1/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+fedora38+py:azp/posix/2/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+fedora38+py:azp/posix/3/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+opensuse15+py:azp/posix/1/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+opensuse15+py:azp/posix/2/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+opensuse15+py:azp/posix/3/) (push) Waiting to run
nox / Run extra sanity tests (push) Waiting to run
django module, module_utils: adjustments (#10684 )
* django module, module_utils: adjustments
* fix name
* more fixes
* more fixes
* further simplification
* add changelog frag
(cherry picked from commit ded43714d3
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
2025-08-27 22:09:53 +02:00
patchback[bot]
274ab506ca
[PR #10574/1518b43b backport][stable-11] django module utils: remove deprecated function arg ignore_value_none
( #10595 )
...
django module utils: remove deprecated function arg `ignore_value_none` (#10574 )
* django module utils: remove deprecated function arg ignore_value_none
* fix argument order in call from _DjangoRunner to superclass
* add changelog frag
(cherry picked from commit 1518b43b85
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
2025-08-04 20:51:51 +02:00
Felix Fontein
9d7b3f13bd
Remove deprecated features and plugins for 11.0.0 ( #10126 )
...
EOL CI / EOL Sanity (Ⓐ2.15) (push) Has been cancelled
EOL CI / EOL Units (Ⓐ2.15+py2.7) (push) Has been cancelled
EOL CI / EOL Units (Ⓐ2.15+py3.10) (push) Has been cancelled
EOL CI / EOL Units (Ⓐ2.15+py3.5) (push) Has been cancelled
EOL CI / EOL I (Ⓐ2.15+alpine3+py:azp/posix/1/) (push) Has been cancelled
EOL CI / EOL I (Ⓐ2.15+alpine3+py:azp/posix/2/) (push) Has been cancelled
EOL CI / EOL I (Ⓐ2.15+alpine3+py:azp/posix/3/) (push) Has been cancelled
EOL CI / EOL I (Ⓐ2.15+fedora37+py:azp/posix/1/) (push) Has been cancelled
EOL CI / EOL I (Ⓐ2.15+fedora37+py:azp/posix/2/) (push) Has been cancelled
EOL CI / EOL I (Ⓐ2.15+fedora37+py:azp/posix/3/) (push) Has been cancelled
nox / Run extra sanity tests (push) Has been cancelled
* Bump version to 11.0.0.
* Removed deprecated plugins/modules.
* Remove _init_session().
* Remove ack_venv_creation_deprecation.
* Change behavior of state.
* Remove value reading.
* Remove list_all.
* Remove various deprecated module helper things.
* Change default of proxmox's update parameter.
* Fix constructor command order.
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
* MH: adjust guide
---------
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
Co-authored-by: Alexei Znamensky <russoz@gmail.com>
2025-05-19 18:11:39 +02:00
Alexei Znamensky
107df41d9c
django_command/django_check/django_createcachetable: add return value version ( #9063 )
...
* add return value version
* add changelog frag
* reformat yaml
2024-10-27 09:36:38 +01:00
Alexei Znamensky
54df0c9b3a
django_createcachetable: new module ( #8412 )
...
* django_createcachetabe: new module
* add --noinput arg to testcase
* add module to BOTMETA
* rename module class name
* fix examples documentation
* remove unused config
* adjust version_added
2024-06-01 22:45:17 +02:00
Alexei Znamensky
ec886203fc
multiple modules: use new vardict in module ( #8411 )
...
* use new vardict in module
* add changelog frag
* Update changelogs/fragments/8411-locale-gen-vardict.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
* set use_old_vardict to false in snap
* set use_old_vardict to false in cpanm
* set use_old_vardict to false in django mod helper
* set use_old_vardict to false in gconftool2_info
* set use_old_vardict to false in kernel_blacklist
* set use_old_vardict to false in mksysb
* set use_old_vardict to false in pipx_info
* set use_old_vardict to false in snap_alias
* update chglog frag
* fix typo
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
2024-05-26 13:56:49 +02:00
Alexei Znamensky
1ac94b5f44
Initial commit for django modutils and django_command module ( #8349 )
...
* Initial commit for django modutils and django_command module
* Fixed sanity, param settings required
* add stdout, stderr and cmd to django module output
* add examples and return docs to djando_command module
* multiple minor adjustments
* fix typo
* Update plugins/modules/django_command.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/django_command.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/django_command.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* move note to seealso
* add xfailing test
* Update plugins/doc_fragments/django.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/doc_fragments/django.py
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
2024-05-15 18:51:42 +02:00