Releases: rdmorganiser/rdmo
Releases · rdmorganiser/rdmo
v0.8.5
- fix order of answers in get_answers_tree
- fix display of boolean values
v0.8.4
- fix project XML export
v0.8.3
- fix snapshot rollback
v0.8.2
- move test mixins to django-test-generator
- refactor tests
v0.8.1
- fix for value_and_unit
- fix for tasks date
- fix for render_to_format title
- upgrade to Django 1.11.1
v0.8.0
- add programmable api
- add authtoken from rest_framework
- refactor urls, views and viewsets
- refactor tests
v0.7.0
- refactor tasks
- bug fixes and polishing
v0.6.0
- add documentation
- refactor authentication, make allauth optional
- migrate to Django 1.10, update other requirements
- clear cache on changes in projects/questions
Use
pip install -r requirements/base.txt
to update Django and the other requirements. Then run:
python manage.py migrate
python manage.py deploy
v0.5.0
- enable collaborative editing
- refactor tests
v0.4.0
- add shibboleth settings
- add shibboleth documentation
- add promote-user-to-superuser command