Skip to content

Commit 9575a28

Browse files
authored
Merge pull request #8536 from readthedocs/humitos/pin-django-redis
2 parents a4fedd4 + f8f1141 commit 9575a28

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

requirements/deploy.txt

+10-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,16 @@ gunicorn==20.1.0
1010

1111
# Version 3.0.0 drops support for Django < 3.0
1212
# https://github.com/sebleier/django-redis-cache/#300
13-
django-redis-cache==2.1.3 # pyup: ignore
13+
# django-redis-cache==2.1.3 # pyup: ignore
14+
# For some reason 2.1.3 breaks with:
15+
#
16+
# @get_client(write=True)
17+
# def get_or_set(self, client, key, func, timeout=DEFAULT_TIMEOUT):
18+
# if not callable(func):
19+
# raise Exception("Must pass in a callable")
20+
#
21+
# Looks like an older version gets installed somehow
22+
git+https://github.com/sebleier/[email protected]#egg=django-redis-cache
1423

1524
#For resizing images
1625
pillow==8.3.2

0 commit comments

Comments
 (0)