mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-03-16 21:30:23 +00:00
Correctly adds the long type.
This commit is contained in:
parent
2d5ad63fbd
commit
b634d18dc5
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ CACHABLE_PARAM_TYPES = {
|
|||
}
|
||||
|
||||
if PY2:
|
||||
CACHABLE_PARAM_TYPES.update(long)
|
||||
CACHABLE_PARAM_TYPES.add(long)
|
||||
|
||||
UNCACHABLE_FUNCS = set()
|
||||
if django_version[:2] >= (1, 9):
|
||||
|
|
|
|||
Loading…
Reference in a new issue