Skip to content

2.1.3

Latest
Compare
Choose a tag to compare
@triole triole released this 13 Feb 15:38
· 1 commit to main since this release

RDMO 2.1.3 (Feb 13, 2024)

  • Fix the migration of options with additional_input (#912)
  • Fix export urls in management when using BASE_PATH (#915)

RDMO 2.1.0 introduced a Bug in the migration of the additional_input field, which could lead for options to loose their additional input "behaviour". This release fixes this bug, but already migrated instances need to recover the information about additional inputs either from a database backup, an import file, or (human) memory. See also: #912.

How to upgrade

In case you are upgrading from an RDMO version below 2.0.0 please read these upgrade instructions before you proceed.

pip install --upgrade rdmo
python manage.py upgrade