On Wed, Nov 4, 2009 at 14:39, mdipierro <mdipie...@cs.depaul.edu> wrote:
>
> 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'))

The last two features are very good!
In some way, it turns web2py more modular and we can get more people
using web2py or parts of it.
Congratulations!

> Please report any bug.
>
> Massimo
>
> >
>



-- 
Álvaro Justen
 Diretor de Desenvolvimento
 Peta5 - Nós fazemos TV digital
 http://www.peta5.com.br/
 21. 3021-6001 / 9898-0141

--~--~---------~--~----~------------~-------~--~----~
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