translate / pootle

Online translation tool
http://pootle.translatehouse.org
GNU General Public License v3.0
1.49k stars 284 forks source link

Update django-redis version #6895

Closed phlax closed 5 years ago

phlax commented 5 years ago

to <3 as it seems to break django-redis

arky commented 5 years ago

@phlax Cute pun on version number.

I had tried fixing this in local environment sometime back (https://github.com/translate/pootle/issues/6887). Both pinning redis to (pip install redis==2.10.6) or upgrading django-redis (pip install django-redis==4.10.0) works for me.

phlax commented 5 years ago

@arky - thanks ive updated the django-redis version instead