allow some caching

This commit is contained in:
j 2011-11-01 17:13:26 +01:00
commit 5b22b768a9
2 changed files with 3 additions and 2 deletions

View file

@ -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)