Releases: rdmorganiser/rdmo
Releases · rdmorganiser/rdmo
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
v0.3.2
- fix bug with subsection title
- fix typos
v0.3.1
- fix migrations
v0.3.0
- refactor models to use URI, URI Prefix, and Key
- refactor tests, remove factory_boy
- add test fixtures
- add XML export
- add XML import
- fix i18n switcher
- fix dates in project_answers_tree
- fix yes/no widget
After running the migrations, use
./manage.py set-uri-prefix 'https://example.com/terms'
(with example.com replaced by your domain) to initialize the URI.
v0.2.1
- fix i18n switcher
- refactor project_answers