Releases: openedx/edx-organizations
Releases · openedx/edx-organizations
Fix Release Tooling
Auto releasing was not working. Make changes to fix it so we automatically release from travis to PyPI.
Unpin DRF
The major user facing change was that we unpin djangorestframework
so that upstearm dependencies can upgrade to newer versions of DRF.
We also did a bunch of dev improvements to bring this library up to the current edx standards for python package management and testing.
Update edx-drf-extensions to >=2.0.0.
Merge pull request #45 from edx/robrap/ARCH-255-update-legacy-imports ARCH-255: Update edx-drf-extensions imports.
Release 0.4.9
Release 0.4.8
Support Django 1.11
Adds in tox and runs tests with both Django 1.8 and 1.11.
release-2016-01-26
Bugs resolved in the previous release.
release-2016-01-26
This release include following
- Updated Travis to publish to PyPI.
- Requirements Cleanup.
- Test Cleanup
release-2016-01-22
BROKEN: DO NOT USE
Create a List organizations API to get data for all/single active organizations.
- Added DRF support for
edx-organization
app. - Added Serializer
OrganizationSerializer
to serialize an organization data. - Added GET Organization List API.
- Added organizations API urls with namespace
v0
. - Return organizations with
active
status. - Added
MIDDLEWARE_CLASSES
for authentication. - Added tests for API.
- Bump
edx-organizations
version from0.2.0
to0.3.0
release 2015-12-08
Provides ability to filter organizations set by short name