-
1.17 Stable
released this
2026-05-10 10:14:24 +00:00 | 3 commits to master since this release- updates packages to latest versions
- adds model ExternalIdentifier to support linking between external ids and internal ids
- adds support for sending "external_identifier" in POST and PUT requests
- if an external identifier already exists on the database, the client will be informed that the entry should not be POSTed again but rather an update via PUT should be performed
- extends ID lookup to support external ids as well as internal ids
- adds full external identifier support for GET and PUT methods on EIV, KOM, EMA and OEK
- updates tests to check for working external identifier support
- fixes bug on rendering table rpp selection due to changed behaviour of Django's querystring template tag on recent version upgrade
- adds support for external id usage on deduction creation for both ecoaccount and intervention
- adds support for external id usage on compensation's intervention reference
- adds external_identifiers list to GET output
Downloads
-
1.16.1 Stable
released this
2026-03-01 13:31:26 +00:00 | 13 commits to master since this release- fixes bug where svg qr code would not be created properly since an upgrade of the package
Downloads
-
1.16 Stable
released this
2026-03-01 13:03:11 +00:00 | 15 commits to master since this release- updates requirements.txt
- fixes deprecated usage of certain functions brought by Django6.x
Downloads
-
1.15 Stable
released this
2026-01-30 08:43:36 +00:00 | 17 commits to master since this release- updates netgis map client to latest available version
Downloads
-
1.14.2 Stable
released this
2026-01-21 14:54:07 +00:00 | 19 commits to master since this release- extends mailer class with bcc based mailing
- switches all team based mail sending (multiple mail adresses) to bcc based mailing
- adds smaller versions of tech-croc error images for 4xx and 5xx errors for faster rendering
Downloads
-
1.14.1 Stable
released this
2026-01-14 08:08:20 +00:00 | 21 commits to master since this release- reduces runtime of geometry conflict info message generating to ~45% to prior runtime
Downloads
-
1.14 Stable
released this
2026-01-13 09:39:34 +00:00 | 23 commits to master since this releaseMixed class and method based views still co-existed on the code base. For better maintainability and focus on one view coding style, all method based views have been refactored into class based views without changing their logic. Unused method views have been dropped.
- refactors all method based views into class based views
- drops unused method view on api app
Downloads
-
1.13.10 Stable
released this
2026-01-10 10:03:47 +00:00 | 38 commits to master since this release- fixes sum of compensations on landing page
Downloads
-
1.13.9 Stable
released this
2025-12-19 13:17:56 +00:00 | 40 commits to master since this release- fixes typo in exception_reporter.py
- properly catches error on geometry cast into multipolygon if input are no valid polygons
- extends error response on malicious api calls
- specifies different exceptions on try-catch while initializing api data
Downloads