Skip to content

Releases: openedx/edx-bulk-grades

Upgraded celery to 4.2

03 Sep 14:16
48c40e5
Compare
Choose a tag to compare
  • Upgraded celery to 4.2
  • Removed django-celery

Adding python3.8 support.

29 Jun 19:30
36663f2
Compare
Choose a tag to compare

Adding python3.8 support.

FIX: Updated query according to model update in edx-platform

20 Mar 12:46
82b0546
Compare
Choose a tag to compare

unable to download staff graded reports because there was recent change in program_enrollment model in edx-platform. so updated query and test accordingly to fix this issue.

Add student-key column to bulk grades download report

19 Mar 19:30
Compare
Choose a tag to compare

Add student-key column to the bulk grades download report. Populate it only for master's track students. Leave it blank for all other students

v0.6.6 Django22 Support

13 Dec 08:07
10163d8
Compare
Choose a tag to compare

Added Django22 Support.

0.6.5

06 Dec 14:54
Compare
Choose a tag to compare

0.6.4

24 Sep 20:44
Compare
Choose a tag to compare
  • GradeCSVProcessor.save() should return something

0.6.3

24 Sep 14:21
Compare
Choose a tag to compare
  • super-csv==0.9.4
  • Call GradeCSVProcessor.save() super method with operating_user kwarg.

0.6.2

23 Sep 14:35
Compare
Choose a tag to compare

Update to edx-bulk-grades==0.9.3

Add comment and user_id to GradeCSVProcessor

19 Sep 14:14
0e37f4c
Compare
Choose a tag to compare
  • GradeCSVProcessor should now correctly pass comment and requesting_user to the edx-platform grades api