fix history etag
This commit is contained in:
parent
aee452679c
commit
4afc1b6bd7
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ def tile(request, level, zoom, x, y, format):
|
|||
return response
|
||||
|
||||
|
||||
@etag(lambda *args, **kwargs: 'abc')
|
||||
@etag(lambda *args, **kwargs: MapUpdate.current_cache_key())
|
||||
@no_language()
|
||||
def history(request, level, mode, format):
|
||||
if not request.user.is_superuser:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue