mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-05-10 13:44:44 +00:00
Displays uncachable params to debug an issue only on Travis CI.
This commit is contained in:
parent
85ebf42353
commit
799fbf28e0
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ def check_parameter_types(params):
|
|||
elif cl is dict:
|
||||
check_parameter_types(p.items())
|
||||
else:
|
||||
print(params, [text_type(p) for p in params])
|
||||
raise UncachableQuery
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue