horizon/openstack_dashboard/dashboards/admin/aggregates
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
..
templates/aggregates Branding: Workflow cancel btn should be themable 2016-03-14 12:48:11 -07:00
__init__.py Host aggregates panel. 2014-03-04 15:25:32 +00:00
constants.py Angularize metadata update modals 2015-08-25 13:29:03 +00:00
forms.py Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00
panel.py Add SYSTEM_SCOPE_SERVICES setting that hides panels 2022-03-10 15:13:21 +01:00
tables.py Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00
tests.py Specify transform=repr in assertQuerysetEqual() 2023-10-23 14:24:49 +09:00
urls.py Address RemovedInDjango40Warning (3) 2022-02-04 16:26:54 +09:00
views.py Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00
workflows.py Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00