Commit 5cb90899 by Waheed Ahmed

Upgrading the edx-organizations package to 0.4.7.

Added explicit 'fields' attribute to OrganizationSerializer. Creating a
ModelSerializer without either the 'fields' attribute or the 'exclude'
attribute has been deprecated since 3.3.0.

LEARNER-2320
parent c0d74f19
...@@ -50,7 +50,7 @@ edx-django-sites-extensions==2.3.0 ...@@ -50,7 +50,7 @@ edx-django-sites-extensions==2.3.0
edx-enterprise==0.51.1 edx-enterprise==0.51.1
edx-oauth2-provider==1.2.2 edx-oauth2-provider==1.2.2
edx-opaque-keys==0.4.0 edx-opaque-keys==0.4.0
edx-organizations==0.4.6 edx-organizations==0.4.7
edx-rest-api-client==1.7.1 edx-rest-api-client==1.7.1
edx-search==1.1.0 edx-search==1.1.0
edx-submissions==2.0.12 edx-submissions==2.0.12
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment