django-redis-sessions icon indicating copy to clipboard operation
django-redis-sessions copied to clipboard

Django support

Open Fares-Harri opened this issue 2 years ago • 1 comments

Does the package support Django 4.1 and 4.0?

Fares-Harri avatar Jan 22 '23 11:01 Fares-Harri

It works but you'll get some info logs about corrupt sessions due to missing handling when session keys are not found in Redis. You can disable the logger.

This patch fixes the problem: https://github.com/martinrusev/django-redis-sessions/pull/77

joekohlsdorf avatar Jun 30 '23 14:06 joekohlsdorf