This repository has been archived by the owner on May 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade edx-enterprise-data to 0.2.5 and unpin requirements
Unpinned a number of requirements so they would be upgraded as part of `make upgrade` as recommended by OEP-18. In particular the edx-enterprise-data django app was not pinning edx-drf-extensions which resulted in 2 different versions of DRF in the requirements (one for enterprise-data and one for this IDA). Upgrading DRF resulting in an assertion failure that was added in DRF 3.7.4 ``` Cannot both declare the field 'created' and include it in the CourseProgramMetadataSerializer 'exclude' option. Remove the field or, if inherited from a parent serializer, disable with `created = None`. ``` encode/django-rest-framework#5599 Because the created date was being excluded, it is not needed in the CourseProgramMetadataSerializer and has been removed.
- Loading branch information
1 parent
9f7a1aa
commit 36af300
Showing
8 changed files
with
120 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.