Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.15 KB

CHANGELOG.md

File metadata and controls

37 lines (20 loc) · 1.15 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Changed

  • In TaskWithState.process_get_state() any changes to process_data are now ignored. #14

[0.3.0] - 2023-09-14

When upgrading to this version, ALLOWED_UNKNOWN_CONTENT_TYPES must be set in the Django settings file, ideally from the settings file included with this library.

Added

  • base.html: Wrap default terms and conditions in template block so it can be overridden
  • utils.py: get_file_type_for_flatten_tool: consider content type too
  • settings.ALLOWED_UNKNOWN_CONTENT_TYPES.

Fixed

  • utils.py: get_file_type_for_flatten_tool: include an error message in raise at end #3

[0.2.0] - 2023-07-11

Added

  • Model SuppliedDataFile has new method storage_name for use with Django storage (like storage_dir on SuppliedData)

[0.1.0] - 2023-06-16

First Release