Skip to content

Releases: mixxorz/django-service-objects

Release 0.7.1

23 Feb 23:44
cc7589e
Compare
Choose a tag to compare

What's Changed

The main feature of this release is the bump to Django 4.0, and Python 3.10.

New Contributors

Full Changelog: 0.7.0...0.7.1

Release 0.7.0

23 Apr 04:57
Compare
Choose a tag to compare

0.7.0 (2020-04-23)

Features and Improvements

  • Added support for DictField - peterfarrell
  • Added support for ListField - peterfarrell

Release 0.6.0

03 Jan 13:53
Compare
Choose a tag to compare

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

27 Aug 06:35
Compare
Choose a tag to compare

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 and UpdateServiceView - jackton1

Release 0.4.0

30 Mar 12:30
Compare
Choose a tag to compare

0.4.0 (2018-03-30)

Features and Improvements

  • Add ModelField and MultipleModelField

Release 0.3.1

30 Dec 03:32
Compare
Choose a tag to compare

0.3.1 (2017-12-30)

Bug fixes

  • Fix process not called inside transaction by default

Release 0.3.0

14 Dec 08:08
Compare
Choose a tag to compare

0.3.0 (2017-12-14)

Features and Improvements

  • Add db_transaction flag to Service

Release 0.2.0

02 Sep 05:37
Compare
Choose a tag to compare

0.2.0 (2017-09-02)

Features and Improvements

  • Add ServiceView
  • Add ModelService
  • Add pt_BR localization