Skip to content

Releases: openedx/edx-submissions

3.4.2: Improved performance for TeamApi.get_team_submission_student_ids

03 Dec 18:06
dea46aa
Compare
Choose a tag to compare

Improved performance for TeamApi.get_team_submission_student_ids

3.4.1: refactor: Make team submissions optional in Django admin (#145)

16 Nov 15:47
7b64ffc
Compare
Choose a tag to compare
* 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

06 Oct 20:33
f6a8c59
Compare
Choose a tag to compare

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

05 Oct 10:09
e0d453c
Compare
Choose a tag to compare
  • Switched from jsonfield2 to jsonfield as the earlier one has archived and merged back in the latter one.

Release 3.3.1

05 Aug 11:51
131d4f3
Compare
Choose a tag to compare
fix: deploy condition (#138)

Added Django 3.0, 3.1 and 3.2 Support

05 Aug 10:47
4fc18f9
Compare
Choose a tag to compare
Merge pull request #137 from edx/jawayria/django32_support

feat: Added support for django3.2

Removed Python 2 Remains

13 Jan 11:19
179f947
Compare
Choose a tag to compare
  • Removed Python 2 Remains

Upgrading djangorestframework version

01 Dec 12:22
e05abac
Compare
Choose a tag to compare
  • Upgrading djangorestframework version.
  • Bumped version to 3.2.3

3.2.2

24 Aug 15:54
Compare
Choose a tag to compare

Adds a get_teammates_with_submissions_from_other_teams api method to team_api

3.2.1

19 Aug 18:23
b2aa629
Compare
Choose a tag to compare

Don't create submissions for learners with an existing submission after reassignment to a different team.