-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BB-2381] Update completion-aggregator for Juniper (#79)
* Added on_delete=models.DO_NOTHING to ForeignKeys, replaced course_key with context_key for BlockCompletion lookups * Removed py2.7 from .travis.yml * Removed python2 from tox.ini, setup.py * Removed context_key from .submit_completion() [Only block key is required now] * Changed Aggregator foreign key on_delete to models.CASCADE * Update requirements/base.in Co-authored-by: Kshitij Sobti <[email protected]> * Update requirements/base.in Co-authored-by: Kshitij Sobti <[email protected]> * Update requirements/base.in Co-authored-by: Kshitij Sobti <[email protected]> * Add constraint edx-celeryutils==0.5.1, django-oauth-tolkit<1.0 * Bumped version to 3.0.0 Co-authored-by: Aayush Agrawal <[email protected]> Co-authored-by: Kshitij Sobti <[email protected]>
- Loading branch information
1 parent
ac4ccab
commit a71ab4f
Showing
24 changed files
with
245 additions
and
227 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
jsonfield<2.1 | ||
django-braces<1.14 | ||
edx-drf-extensions<2.1 | ||
edx-django-utils<2 | ||
django-waffle<0.16 | ||
futures; python_version < "3" | ||
inflect==3.0.2 | ||
edx-celeryutils==0.5.1 #0.5.2 breaks tests |
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.