Changes between Version 4 and Version 5 of Ticket #33109
- Timestamp:
- Sep 14, 2021, 6:35:38 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33109 – Description
v4 v5 22 22 When printing the content of the cookies (`print(res.cookies.items())`), the cookie keys are not there. 23 23 24 Side note: until 3.1 I was adding `SameSite` and `Secure` cookies in the responses through a custom middleware before Django 3.1, depending on the user agent, and the tests were passing.24 Note: When adding `SameSite` and `Secure` cookies in the responses through a custom middleware instead of the 3.1 setting, the tests are passing.