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

Python 3.*/Django 1.5+ support. #20

Closed hellysmile closed 11 years ago

hellysmile commented 11 years ago
  1. Python 3.*/Django 1.5+ support.
  2. Avoid new redis connection on each request, its very useful on services like heroku with limited redis connections
  3. Tests moved outside redis_sessions package
  4. Small pep8 fixes
  5. Refactored getattr
  6. Bump version
  7. travis-ci build , tests passed Python 2.5, 2.6, 2,7, 3.2, 3.3 and pypy