raksha-life / rescuekerala

Website for coordinating rehabilitation of people affected in the Kerala Floods
https://keralarescue.in
MIT License
674 stars 575 forks source link

Update django-redis version #1079

Closed farisshajahan closed 5 years ago

farisshajahan commented 5 years ago

The current version of django-redis in the requirements.txt leads to a Invalid type: CacheKey error during CI checks as well as in the dev environment because Django passes the CacheKey object to redis. This is fixed in the newer version.

Environment

bobinson commented 5 years ago

Environment

python3 Linux

It will be a good idea to share exact versions, OS flavors like Ubuntu etc to give more context.

farisshajahan commented 5 years ago

@bobinson Added. But it doesn't matter for this scenario though.