8770753fcc
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 |
||
---|---|---|
.. | ||
templates/domains | ||
__init__.py | ||
constants.py | ||
panel.py | ||
tables.py | ||
tests.py | ||
urls.py | ||
views.py | ||
workflows.py |