horizon/openstack_dashboard/dashboards/project/instances
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/instances Clean up the syntax of html attributes to always use double quotes 2023-04-05 11:00:26 +02:00
workflows Merge "Address RemovedInDjango40Warning (2)" 2022-03-03 10:14:04 +00:00
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
audit_tables.py Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00
console.py Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00
forms.py Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00
interfaces_tables.py Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00
panel.py Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00
tables.py Remove ability to filter instances by VCPUs 2022-03-31 09:19:33 +11:00
tabs.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
utils.py Avoid extra flavor_get in resize server form 2022-03-04 22:50:42 +01:00
views.py Fix Image Filter for images with None names 2023-01-06 12:40:28 -05:00