Releases: projectcaluma/caluma
Releases · projectcaluma/caluma
v8.0.0-beta.29
Feature
- filters: Add filters for modified_at (
16fdb73
)
v8.0.0-beta.28
Feature
- filters: Add useful deadline filters to workitems (
f74d641
)
v8.0.0-beta.27
v8.0.0-beta.26
v8.0.0-beta.25
This release provides a management command for recalculating calculated Answers that
contain values from TableQuestions
. Due to a bug, answers to calculated questions
were wrong under certain conditions, if they contained values from table rows. This
command recalculates all of them.
If you use CalculatedFloatQuestions
in your forms, it is advised to run this command:
python manage.py recalculate_calc_answers
Fix
- Replace faulty migration for calc answers with a command (
4a3e85c
)
v8.0.0-beta.24
WARNING: THIS RELEASE IS BROKEN, DO NOT USE IT!!!
Feature
- analytics: Add support for calculated questions (
196ab05
)
Fix
v8.0.0-beta.23
v8.0.0-beta.22
v8.0.0-beta.21
v8.0.0-beta.21 (17 November 2022)
Feature
- data_source: Add question and context arguments for data sources (
cb2739e
)
Breaking
- The method
get_data
on data sources receives two new argumentsquestion
(caluma question model) andcontext
(dict). The methodvalidate_answer_value
on data sources receives a new argumentcontext
(dict). (cb2739e
)