Changelog:

New and better ticket mechanism (thanks Mariano)

New and better routing system with app level routing (thanks Jonathan)

Integrated GAE appstat and GAE precompilation (thanks Scott) Look into
app.yaml

request.cid, request.ajax, A(cid=request.cid), response.js

New Field types "list:string", "list:integer", "list:reference" that
map into GAE StringListProperty/ListProperty but ALSO backported to
RDBS.

Attention. If you have.

   Field('...','string',requires=IS_IN_DB(...,multiple=True))

You should change it to

   Field('...','list:reference
<table>',requires=IS_IN_DB(...,multiple=True))




Reply via email to