- fix compatibility issue with urllib3 >=2.0.0
- Remove old storage for exactonline
- ignore "django_exact.egg-info" and "dist" folders in .gitignore
- Add ability to override division setting on API instantiation (thanks to @Alex-Sichkar)
- add check if thumbnail exist in auth status template (thanks to @Alex-Sichkar)
- raise new ExactAuthException when getting/refreshing auth token fails (thanks to @Alex-Sichkar)
- Django 4.0 compatibility
- Retry (with backoff) when hitting 429s/Rate limiting
- remove support for python 2.7
- fix error reporting when getting/refreshing token fails. thanks @fijter
- add Costunit resource
- improved logging/reporting when Exact errors out
- Added
response
attribute toExactException
DoesNotExist
andMultipleObjectsReturned
are no longer subclasses ofExactException