Skip to content

1.10.0

Compare
Choose a tag to compare
@triole triole released this 27 Apr 14:17

RDMO 1.10.0 (Apr 27, 2023)

  • Allow users to create API access tokens (if ACCOUNT_ALLOW_USER_TOKEN is set)
  • Allow users to remove their account when using Shibboleth
  • Fix missing views when creating a project via API
  • Fix pagination when filtering projects
  • Add counter to projects filtering
  • Add an error message if save fails in the interview
  • Adjust interview buttons if PROJECT_QUESTIONS_AUTOSAVE is True
  • Adjust style for the HTML "summary" tag

Steps to upgrade:

pip install --upgrade rdmo
python manage.py upgrade  # combines migrate, download_vendor_files and collectstatic