martinrusev / django-redis-sessions

Session backend for Django that stores sessions in a Redis database
BSD 3-Clause "New" or "Revised" License
495 stars 106 forks source link

Raises and AttributeError on django 1.4 #10

Closed pizzapanther closed 12 years ago

pizzapanther commented 12 years ago

Fixed issued #9. This makes everything working in django 1.4 from what I can see so far.

jeffbaier commented 12 years ago

There are still some problems with Django 1.4 compatibility. Please see #13.