Releases: openedx/edx-organizations
Releases · openedx/edx-organizations
Added Python 3.8 compatibility
- Added Python 3.8 support
- Removed Python 2.7 support
- Removed Django < 2.2 support
Squash migrations
Squash migrations in preparation for Juniper release.
Django 2.2 Support
- Adds support for Djangos 1.11-2.2.
- Use
pycodestyle
instead ofpep8
Removing DOP and python 2 support
Removed DOP (#97) * Removed DOP and remove python 2 support
Release 3.0.0
Removing OAuth2Authentication introduces a backward incompatible change. Increasing version to reflect this. However, as far as we can tell, no one is using the removed auth class, so no one should be affected.
Release 2.2.1
Adding new relic metrics to OAuth2Authentication class
DISCO org source of truth
Allow the organizations endpoint to be writeable. Create and Update are both done via the PUT action.
Release 2.1.1
- updating requirements
- minor modifications to migration files to make them compatible with python 3
Introduce management command for adding organizations
- Introduce management command for adding organizations:
$ ./manage.py [lms] add_organization short_name "Long Name"
- Fix API bug where adding an existing organization was a no-op, whereas the documentation said it would activate the existing organization.
- Upgrade Python requirements.
Add history tracking to Organization
Merge pull request #60 from edx/pwnage101/add-history-to-organization Add history to the Organization model