Releases: mixxorz/django-service-objects
Releases · mixxorz/django-service-objects
Release 0.7.1
What's Changed
The main feature of this release is the bump to Django 4.0, and Python 3.10.
- Skip missing python versions when running tox by @jackton1 in #63
- Add russian translate (#64) by @ivanscm in #66
- Change CI to Github Actions by @AngelOnFira in #67
- Fix ungettext_lazy for Django 4.0 by @mnemchinov in #69
- Update CI version matrix by @AngelOnFira in #70
- Fixed test versions in tox file by @AngelOnFira in #71
- Prepare for 0.7.1 by @AngelOnFira in #72
New Contributors
- @ivanscm made their first contribution in #66
- @mnemchinov made their first contribution in #69
Full Changelog: 0.7.0...0.7.1
Release 0.7.0
0.7.0 (2020-04-23)
Features and Improvements
- Added support for DictField - peterfarrell
- Added support for ListField - peterfarrell
Release 0.6.0
0.6.0 (2020-01-03)
Features and Improvements
- Added support for Celery - adalekin
- Post process method now called even without a transaction - peterfarrell
Release 0.5.0
0.5.0 (2018-08-27)
Features and Improvements
- Added ability to defined which database
Service
uses - jackton1 - Changed
Service
into a bona fide Abstract Base Class - jackton1 - Added
CreateServiceView
andUpdateServiceView
- jackton1
Release 0.4.0
0.4.0 (2018-03-30)
Features and Improvements
- Add
ModelField
andMultipleModelField
Release 0.3.1
0.3.1 (2017-12-30)
Bug fixes
- Fix
process
not called inside transaction by default
Release 0.3.0
0.3.0 (2017-12-14)
Features and Improvements
- Add
db_transaction
flag to Service
Release 0.2.0
0.2.0 (2017-09-02)
Features and Improvements
- Add ServiceView
- Add ModelService
- Add pt_BR localization