horizon/openstack_dashboard
Akihiro Motoki e77633c56a Support Django 3.2 support (1)
Django 3.2 defines the new header API for the response object [1].
This change dropped "_headers" attribute from the response object.
Instead of accesing a private attribute, we need to use the public APIs
for response headers [2].

[1] https://docs.djangoproject.com/en/3.2/releases/3.2/#requests-and-responses
[2] https://docs.djangoproject.com/en/3.2/ref/request-response/#httpresponse-objects

Change-Id: Ia13212fd231215e17f4bba2039e79874b676e634
2021-09-15 18:15:04 +00:00
..
2021-04-07 22:58:12 +09:00
2020-10-15 14:37:20 +09:00
2021-09-10 07:04:14 +00:00
2021-09-15 18:15:04 +00:00
2020-10-15 14:37:20 +09:00
2019-01-16 00:00:58 +09:00
2019-01-15 00:22:27 +09:00
2020-10-27 04:42:53 +00:00