schemas/base.py
changeset 2656 a93ae0f6c0ad
parent 2464 926696e38502
child 3204 0b766b8a13e1
equal deleted inserted replaced
2655:48cd71bdb5cd 2656:a93ae0f6c0ad
   240     a validity date.
   240     a validity date.
   241 
   241 
   242     The target application is responsible for updating timestamp
   242     The target application is responsible for updating timestamp
   243     when necessary to invalidate the cache (typically in hooks).
   243     when necessary to invalidate the cache (typically in hooks).
   244 
   244 
   245     Also, checkout the AppRsetObject.get_cache() method.
   245     Also, checkout the AppObject.get_cache() method.
   246     """
   246     """
   247     permissions = {
   247     permissions = {
   248         'read':   ('managers', 'users', 'guests'),
   248         'read':   ('managers', 'users', 'guests'),
   249         'add':    ('managers',),
   249         'add':    ('managers',),
   250         'update': ('managers', 'users',), # XXX
   250         'update': ('managers', 'users',), # XXX