Files
horizon/openstack_dashboard/dashboards/project/volume_groups
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
..
2018-06-09 06:39:18 +00:00
2020-10-15 14:37:20 +09:00
2020-10-15 14:37:20 +09:00
2018-06-09 06:39:18 +00:00
2021-09-16 11:18:00 +00:00
2018-06-09 06:39:18 +00:00
2020-10-15 14:37:20 +09:00
2020-10-15 14:37:20 +09:00