Skip to content

Releases: weltlink/django-quickbooks

0.6.4.2

16 Apr 12:19
Compare
Choose a tag to compare

FIXED

  • Fix logger handling to django default
  • Fix is_list method of validators
  • Fix validate method of SchemeValidator when many option is enabled

0.6.4.1

16 Apr 11:21
Compare
Choose a tag to compare

FIXED

  • Fix local_customer filtering by name
  • Fix setting tenant to conection instead of schema_name
  • Fix default REALM_CONNECTION_DECORATOR
  • Fix installation requirements of extra tenant package

0.6.4

27 Feb 11:11
Compare
Choose a tag to compare

ADDED

  • Add converter from qbd_mixin_model to qbd_task
  • Add signal to handle post_process after realm is authenticated successfully

0.6.3

14 Feb 12:10
Compare
Choose a tag to compare

ADDED

  • Add Exception coverage for QBTask request conversion
  • Add several exceptions

FIXED

  • Fix argument parameter of method CustomerAddResponseProcessor.process()

0.6

13 Feb 08:21
Compare
Choose a tag to compare
0.6

Added

  • Add ValidationError handling
  • Add basic decorators for realm connection
  • Add realm_connection decorator to ResponseProcessor and SessionManager
  • Add initial documentation structure

CHANGED

  • All Signal schema_name arguments were changed to realm_id (after removing django-tenant-schemas)

Removed

  • Remove django-tenant-schemas dependency from project (make it as optional)

0.5

28 Jan 08:15
Compare
Choose a tag to compare
0.5 Pre-release
Pre-release
Release 0.5

0.4

20 Jan 16:26
Compare
Choose a tag to compare
0.4 Pre-release
Pre-release
Release 0.4

Update README