Changes between Version 5 and Version 7 of Ticket #29203
- Timestamp:
- Mar 8, 2018, 5:00:11 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29203
- Property Version master → 1.11
-
Ticket #29203 – Description
v5 v7 40 40 41 41 IMHO, before checking ''empty'' of session data, there should be a logic to check cache backend is actually available. I found out ''request.session.cache_key'' can do that function, but it looks less explicit. Please show be a better way to do this, if you have one. 42 43 44 fyi. Configuration is: Django 1.11, MySQL 5.6.35, mysqlclient 1.3.12, Redis 3.2.7 (x64), and django-redis 4.9.0. I found out this bug on Django 1.11, but it has been changed since. So I believe this bug is applied to Django 2.x as well.