horizon/openstack_dashboard
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
..
api Add NAT rules to the floating IP workflow 2023-03-01 10:38:16 -03:00
conf Sync default policy rules 2023-09-06 20:01:59 +05:30
contrib Merge "Update jQuery click event to remove deprecation warning" 2023-04-25 00:22:38 +00:00
dashboards Specify transform=repr in assertQuerysetEqual() 2023-10-23 14:24:49 +09:00
django_pyscss_fix Preparation for Django 3.0 and 3.1 support (2) 2021-09-16 16:16:12 +09:00
enabled Add NAT rules to the floating IP workflow 2023-03-01 10:38:16 -03:00
local Merge "local_settings.py: Disable django.template DEBUG messages" 2022-04-08 20:54:23 +00:00
locale Imported Translations from Zanata 2023-10-02 03:53:04 +00:00
management Merge "Address RemovedInDjango40Warning (2)" 2022-03-03 10:14:04 +00:00
static Fix deprecated use of 'jQuery.fn.change()' shorthand event for volume 2023-05-17 20:29:02 +05:30
templates Clean up the syntax of html attributes to always use double quotes 2023-04-05 11:00:26 +02:00
templatetags Add SYSTEM_SCOPE_SERVICES setting that hides panels 2022-03-10 15:13:21 +01:00
test Merge "Pytest based selenium test : Add volumes pagination tests" 2023-10-18 19:21:13 +00:00
themes Clean up the syntax of html attributes to always use double quotes 2023-04-05 11:00:26 +02:00
usage Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00
utils Address RemovedInDjango40Warning (1) 2022-01-31 22:42:41 +09:00
.eslintrc
__init__.py
context_processors.py Forwards LOGOUT_URL to templates. 2019-09-20 11:51:48 +02:00
defaults.py Use OPENSTACK_ENDPOINT_TYPE by default 2022-12-26 07:01:07 +09:00
exceptions.py Drop Heat related code from horizon 2017-12-05 07:38:55 +00:00
hooks.py pylint: fix import-error 2019-01-16 00:00:58 +09:00
karma.conf.js Migrate to AngularJS v1.8.2 2022-06-08 15:43:13 -05:00
policy.py Specify POLICY_CHECK_FUNCTION as a string 2016-11-25 13:06:14 +01:00
settings.py Replace deprecated COMPRESS_CSS_FILTERS 2022-08-01 20:16:29 +09:00
theme_settings.py pylint: fix several warnings 2019-01-15 00:22:27 +09:00
urls.py Address RemovedInDjango40Warning (3) 2022-02-04 16:26:54 +09:00
views.py Address RemovedInDjango40Warning (1) 2022-01-31 22:42:41 +09:00
wsgi.py Fixed path after moving wsgi/django.wsgi to wsgi.py 2018-09-06 12:05:37 +02:00