Includes:

Some bug fixes
French translation, thanks Olivier
A complete rewrite or the Rows object that make web2py faster and
smaller
DALStorage is renamed Row
Now you can call web DAL form any Python program

     from gluon.sql import DAL, Field
    db=DAL('sqlite://storage',folder='/path/to/databases/folder/')
    db.define_table(....)
    etc. etc.

You can also use the template language from any Python program

    from gluon.template import render
    print render(content="{{=x}}", context=dict(x='hello world'))

Please report any bug.

Massimo

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to