Releases: mononobi/pyrin
Releases · mononobi/pyrin
0.4.36
0.4.35
0.4.34
0.4.33
0.4.32
0.4.31
0.4.30
0.4.29
0.4.28
- Enhancements on datetime package
- Revising model mixins
- Populating all model mixin caches on server startup for performance boost
- Added the ability to limit the ordering columns of an entity
- Always considering UTC timezone for sqlite backend independent from server timezone
0.4.27
- Enhanced datetime range clause generator and between datetime methods
- Fixed autoincrement columns other than Integer on sqlite backends
- Added support for timezone handling for datetime columns on sqlite backend
- Added new helper datetime services
- Code enhancements