Skip to content

0.4

Compare
Choose a tag to compare
@yellowcap yellowcap released this 22 May 14:05
· 81 commits to master since this release

Important notice: When upgrading to this version, a data migration is executed.

This release includes a change in the legend model structure. The legend entries are moved to a direct foreign key structure instead of the many to many that exists now. The "code" field values, which are currently stored in a "through" table are moved to an attribute of the legend entry.

This data migration should happen automatically and without problem, but having a backup of your database before upgrading the version is recommended.

Celery>=4.0 is now a requirement. Celery 4 has some breaking changes when compared to version 3.x, so this upgrade might require some work on your celery configuration.

Other changes are limited to several small bug fixes.