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

Update version # in __init__.py and add SESSION_REDIS_PREFIX to README.rst #7

Closed dlo closed 12 years ago

dlo commented 12 years ago

Just added one documentation fix & updated the version # in init.py.

Thanks, Dan

dlo commented 12 years ago

Also added two more commits--one that removes the setuptools requirement (justification is in commit body) and change redis version in requirements.

Thanks!