weppy 1.3 (codename Nunki)
Changes since 1.2:
- Minor bugfixes
- Added proper support for 'big' id and reference fields to ORM
- Added
url_prefixglobal routing paramater toApp - Allow to specify different
templates_encodingfor templates loading in
application config - Added
migrations_foldervariable to database configuration to support
migrations with multiple databases - Added support for Python 3.7
- Refactored
joinandincludingoptions handling in ORM - Added
castmethod to ORMField - Added
castoptions tohas_manydecorator - Optimized pipeline flow
- Optimized router match code