fixed CHANGELOG and restored caching

This commit is contained in:
Massimo Di Pierro
2011-12-09 10:15:49 -06:00
parent 5f2e6c3ba1
commit beb81fd53e
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ response.description = T('web2py Web Framework')
session.forget()
#@cache('index')
@cache('index')
def index():
return response.render()