Changes between Version 5 and Version 7 of Ticket #29203


Ignore:
Timestamp:
Mar 8, 2018, 5:00:11 PM (6 years ago)
Author:
Kenial Sookyum Lee
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29203

    • Property Version master1.11
  • Ticket #29203 – Description

    v5 v7  
    4040
    4141IMHO, 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
     44fyi. 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.
Back to Top