Skip to content

Releases: openedx/edx-organizations

Added Python 3.8 compatibility

01 May 09:25
68eef0e
Compare
Choose a tag to compare
  • Added Python 3.8 support
  • Removed Python 2.7 support
  • Removed Django < 2.2 support

Squash migrations

10 Apr 17:15
6e092b5
Compare
Choose a tag to compare

Squash migrations in preparation for Juniper release.

Django 2.2 Support

31 Mar 19:25
a919fa4
Compare
Choose a tag to compare
  • Adds support for Djangos 1.11-2.2.
  • Use pycodestyle instead of pep8

Removing DOP and python 2 support

02 Mar 15:31
b0357e0
Compare
Choose a tag to compare
Removed DOP (#97)

* Removed DOP and remove python 2 support

Release 3.0.0

14 Feb 18:26
faa5a92
Compare
Choose a tag to compare

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

11 Feb 16:37
a67ec7e
Compare
Choose a tag to compare

Adding new relic metrics to OAuth2Authentication class

DISCO org source of truth

18 Dec 16:33
d0ebb58
Compare
Choose a tag to compare

Allow the organizations endpoint to be writeable. Create and Update are both done via the PUT action.

Release 2.1.1

31 Oct 18:22
9e0ee0b
Compare
Choose a tag to compare
  • updating requirements
  • minor modifications to migration files to make them compatible with python 3

Introduce management command for adding organizations

17 Jul 16:43
Compare
Choose a tag to compare
  • 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

31 May 18:16
d6d69bb
Compare
Choose a tag to compare
Merge pull request #60 from edx/pwnage101/add-history-to-organization

Add history to the Organization model