Releases: geodesign/django-raster
Releases · geodesign/django-raster
0.8.1
0.8
0.7
0.6
0.5
0.4
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.