Releases: openedx/edx-submissions
Releases · openedx/edx-submissions
3.4.2: Improved performance for TeamApi.get_team_submission_student_ids
Improved performance for TeamApi.get_team_submission_student_ids
3.4.1: refactor: Make team submissions optional in Django admin (#145)
* chore: add vscode .gitignore * feat: make team submission optional for submission * chore: bump version to 3.4.1
3.4.0: Add ORA ESG-enabling API functions
Added API functions to enable ORA ESG work:
- add get_student_ids_by_submission_uuid
- get_team_ids_by_team_submission_uuid
Use jsonfield instead of jsnofield2
- Switched from
jsonfield2
tojsonfield
as the earlier one has archived and merged back in the latter one.
Release 3.3.1
fix: deploy condition (#138)
Added Django 3.0, 3.1 and 3.2 Support
Merge pull request #137 from edx/jawayria/django32_support feat: Added support for django3.2
Removed Python 2 Remains
- Removed Python 2 Remains
Upgrading djangorestframework version
- Upgrading djangorestframework version.
- Bumped version to 3.2.3
3.2.2
Adds a get_teammates_with_submissions_from_other_teams
api method to team_api