allow some caching
This commit is contained in:
parent
a0cf082dcf
commit
5b22b768a9
2 changed files with 3 additions and 2 deletions
|
|
@ -135,4 +135,4 @@ def findLogs(request):
|
|||
else:
|
||||
response['data']['items'] = qs.count()
|
||||
return render_to_json_response(response)
|
||||
actions.register(findLogs, cache=False)
|
||||
actions.register(findLogs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue