hapytex / django-single-session

Allow a user to only have a single active session in Django.
https://pypi.org/project/django-single-session/
BSD 3-Clause "New" or "Revised" License
16 stars 7 forks source link

Is there any reason that would prevent this lib from working with 'cached_db'? #7

Open alexsilva opened 9 months ago

alexsilva commented 9 months ago

Validation in the model with django.contrib.sessions.backends.db prevents testing any backend variant like django.contrib.sessions.backends.cached_db.