Releases: openedx/completion
Releases · openedx/completion
0.1.10: Merge pull request #28 from edx/cliff/atomic-submit
Resolves IntegrityErrors when submitting multiple completions for the same user/block at once.
Release 0.1.9
Release 0.1.8
0.1.7
Adds a few completion service helper methods.
0.1.6
Remove usage of deprecated CourseStructure API
0.1.5
0.1.4
Site configurations must now explicitly disable visual progress for the gating function to return False early.
0.1.3
Updates the README, tightens up the PR template, other small doc changes.
0.1.2
0.1.1
- Bump freezegun to make tests faster.
- Require
pyparsing>=2.0.7
to mesh with edx-platform requirements. - Makes
BlockCompletion.latest_blocks_completed_all_courses
use a query that isn't terrible.