horizon/openstack_dashboard/dashboards/identity
Thomas Goirand 8770753fcc Specify transform=repr in assertQuerysetEqual()
Previously "repr" was automatically applied to "qs" argument of
assertQuerysetEqual() and most horizon unittest behaviors assume it.
It was deprecated in Django 3.2 and removed in Django 4.1. We need to
specify transform=repr explicitly to use the existing behavior.

[1] https://docs.djangoproject.com/en/3.2/topics/testing/tools/#django.test.TransactionTestCase.assertQuerysetEqual

Closes-Bug: #2038474
Change-Id: Ie7c7e9a1efc492889639e25509c8e614268c1d26
2023-10-23 14:24:49 +09:00
..
application_credentials Address RemovedInDjango40Warning (3) 2022-02-04 16:26:54 +09:00
domains Specify transform=repr in assertQuerysetEqual() 2023-10-23 14:24:49 +09:00
groups Address RemovedInDjango40Warning (3) 2022-02-04 16:26:54 +09:00
identity_providers Address RemovedInDjango40Warning (3) 2022-02-04 16:26:54 +09:00
mappings Address RemovedInDjango40Warning (3) 2022-02-04 16:26:54 +09:00
projects Specify transform=repr in assertQuerysetEqual() 2023-10-23 14:24:49 +09:00
roles Deprecate Django based Panel for Images, Keypair, and roles 2022-05-10 05:28:28 +09:00
static/dashboard/identity Migrate to AngularJS v1.8.2 2022-06-08 15:43:13 -05:00
users Address RemovedInDjango40Warning (3) 2022-02-04 16:26:54 +09:00
__init__.py Separating Identity Dashboard and using RBAC 2014-08-18 16:40:56 -06:00
dashboard.py Add SYSTEM_SCOPE_SERVICES setting that hides panels 2022-03-10 15:13:21 +01:00