Files
horizon/openstack_dashboard/dashboards/identity
Akihiro Motoki be12ce1e96 Support Django 3.0 and 3.1 support (2)
It seems Django 3.0+ does not allow to set an unknown attribute
to forms.Form.fields. "keyOrder" attribute has no meaning and
"field_order" of the Form class is the right way to configure
the order of fields.

Change-Id: Ib3a631a3626977a2e7114dac217aacd523354c53
2021-09-14 19:32:23 +00:00
..