weppy 0.2 (codename Bellatrix)
First public beta release.
Changes since v0.1:
- Several bugfixes
- JSON body parsing for incoming requests with POST method and 'application/
json' headers widget_select()in forms userepresentattribute of fields to render
values- Moved
Storageclass to newsdictone - Using pyDAL instead of a separated fork inside code
- Unified
DAL/ModelsDALandAuth/ModelsAuthinto newDALandAuth Modelclass now has only onesetupmethod instead of the old unnecessary
list ofset_methods- Updated validators nomenclature to "camelcase"
stream_file()in helpers now accept a path relative to application, the old
one is now renamed in the more consistentstream_dbfile()- Added
SessionFSManagerto store sessions' data on filesystem Modelclass inherits fields and properties on subclassing- Added
service.xmlmethod to serve xml contents