Skip to content

1.11.0

Compare
Choose a tag to compare
@triole triole released this 01 Aug 20:56

RDMO 1.11.0 (Aug 1, 2023)

  • Refactor Shibboleth setup, add LOGIN_FORM, SHIBBOLETH_LOGIN_URL
  • Add filter for catalogs to site_projects view
  • Add API for project Invites
  • Add catalog, site, and rdmo version to views
  • Enable PROJECT_QUESTIONS_AUTOSAVE by default
  • Remove skip button when PROJECT_QUESTIONS_AUTOSAVE is True, move back button
  • Remove automatic replacement of missing translations, unless REPLACE_MISSING_TRANSLATION is True
  • Hide html metadata tag in views
  • Update django-allauth requirement

Steps to upgrade:

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