Skip to content

Releases: openedx/edx-submissions

3.2.0: Add team api functions

18 Aug 12:38
d34d96c
Compare
Choose a tag to compare

Added get_team_submission_for_student to teams_api
Added get_team_submission_student_ids to teams_api

Fixed Django 3 deprecation warnings

16 Jul 08:48
1d68d45
Compare
Choose a tag to compare
  • Fixed Django 3 deprecation warnings
  • Bumped version to 3.1.12

3.1.11: Set score as an atomic transaction (#123)

18 Jun 15:13
d701bf7
Compare
Choose a tag to compare
* Set score as an atomic transaction
* Bump submissions version to 3.1.11

Return a team submission associated with a regular submission

08 Jun 19:56
Compare
Choose a tag to compare

Return a team submission associated with a regular submission

add reset_scores to teams api

29 May 16:10
36bb26b
Compare
Choose a tag to compare

add a function to the teams api to reset scores for a teams submission

improve docstring and tests

19 May 13:58
5f3ca6f
Compare
Choose a tag to compare

Clarify the expected values of team_member_id in create_submission_for_team

Fixing allow_tags attribute which is deprecated in Django 2.0

11 May 16:39
9269492
Compare
Choose a tag to compare

Fixing the issue allow_tags attribute which is deprecated in Django 2.0.

Added python 3.8 support

05 May 18:11
e7b8074
Compare
Choose a tag to compare
  • Added pyhton 3.8 support
  • Removed support for django's versions below 2.2

Return answer as part of team_api::get*

30 Apr 20:14
Compare
Choose a tag to compare

We need to return answer as part of all get* methods of the team_api. This is an ORA dependency.

Return answer as part of team_api::create_submission_for_team

28 Apr 20:11
Compare
Choose a tag to compare

We also need to return the answer as part of team_api::create_submission_for_team