horizon/horizon/workflows
Akihiro Motoki a20c4f6f22 workflow: Do not touch dict during iteration
Django 3.2 stored the field information as dict instead OrderedDict
because python 3.7+ ensure the field order of dict as the language spec.
We cannot touch dict itself during iteration. We need to pass a list
instead of a value from .items() itself to avoid the error.

Change-Id: Ie22865995d14fa60c16cf2cea582aa0eec46b65d
Closes-Bug: #1944548
2021-09-22 19:41:55 +09:00
..
__init__.py hacking: noqa cleanup in horizon 2017-03-17 19:38:47 +00:00
base.py workflow: Do not touch dict during iteration 2021-09-22 19:41:55 +09:00
views.py Use python3-style super() 2020-10-15 14:37:20 +09:00