weppy 0.4 (codename Deneb)
Changes since v0.3:
- Intruduced a real ORM inside weppy:
- Consequent new features:
belongs_to,has_oneandhas_manyapis for relations- Automatic joins of attributes defined with new apis
- Cleaner
Modeldefinition syntax - New naming convention based on singular for model and plural for tables
- Automatic tablenames based on
Modelclasses' names
- Consequent changes:
- Fields are now defined as attributes of
Model - Some
Fieldtypes are now procesed also considering the pythonic naming
('integer' -> 'int', 'boolean' -> 'bool') Fieldclass doesn't accept 'name' (first) parameter anymoreModel.entityis now the more correctModel.tableFormandDALFormclasses now accepts dictionaries of fields
instead of listsAuthmodule has tablenames changed to new naming convention
- Fields are now defined as attributes of
- Consequent new features:
- Completely refactored validators
- Introduced new validation syntax using dictionaries
Authnow includes virtualfields on sessionuserobject- Dropped python 2.6.x support
- Bugfixes in forms
- Refactored
Authmodule - Added
bodyparameter toaborthelper (optional) - Updated jQuery to v1.11.3