horizon/openstack_dashboard/dashboards/project/vg_snapshots
Akihiro Motoki 9526289b76 Support Django 3.2 support (2)
In Django 3.2 CookieStorage stores messages in the RFC 6265 compliant
format [1][2]. This means that horizon messages pass through cookies are
encoded in a different way that messages are encrypted.

Previously horizon UT interpretes messages in cookies literally in its own way,
but the change on CookieStorage in Django 3.2 broke it. Horizon should not
depend on its own way. The suggested way I believe is to use a method defined
in django.contrib.messages.storage.cookie.CookieStorage.

[1] https://docs.djangoproject.com/en/3.2/releases/3.2/#miscellaneous
[2] 2d6179c819

Change-Id: I3e5e12265d0bc7b753bbe1f57acdd663b9dd3587
2021-09-16 11:18:00 +00:00
..
templates/vg_snapshots Generic volume group support 2018-06-09 06:39:18 +00:00
__init__.py Generic volume group support 2018-06-09 06:39:18 +00:00
forms.py Use python3-style super() 2020-10-15 14:37:20 +09:00
panel.py Use python3-style super() 2020-10-15 14:37:20 +09:00
tables.py Drop the usage of unicode prefix from unicode strings 2021-02-12 13:05:27 -06:00
tabs.py Generic volume group support 2018-06-09 06:39:18 +00:00
tests.py Support Django 3.2 support (2) 2021-09-16 11:18:00 +00:00
urls.py Generic volume group support 2018-06-09 06:39:18 +00:00
views.py Use python3-style super() 2020-10-15 14:37:20 +09:00