0.14.3
Pre-release
Pre-release
This is maintenance release that fixes a bug that occured with a function parameter rename in djangorestframework
. As described in its release notes the url register parameter base_name
was renamed into basename
.
From this version RDMO will be using basename
and be compatible with later djangorestframework
versions.
By the way:
- Fix a csv utf8 encoding issue
Steps to upgrade:
pip install --upgrade rdmo
python manage.py collectstatic
python manage.py deploy
Please see former release notes to not miss anything when you are updating from a version below 0.14.0.