v8.0.0-beta.25
Pre-release
Pre-release
open-dynaMIX
released this
17 Feb 15:32
·
307 commits
to main
since this release
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
)