0.14
Pre-release
Pre-release
Fixes and new features:
- Switch to Python3, drop Python2 support
- Switch to Django2.2, drop support of older Django versions
- Improve and simplify API
Important to know:
- From version 0.14 on RDMO will not work with Python2 anymore
- With Django 2.1 the support of old MySQL and PostgresSQL versions was dropped. Please look into Django's release notes before you start the RDMO update to make sure your SQL server fits the requirements.
Steps to upgrade:
pip install --upgrade rdmo
python manage.py collectistatic
- Adjust RDMO app's
config/urls.py
to Django2 schemes. The file is much simpler and shorter now. A working example can be found at https://github.com/rdmorganiser/rdmo-app/blob/master/config/urls.py - note that the entry
MIDDLEWARE_CLASSES
in thelocal.py
is nowMIDDLEWARE
only