Skip to content

Releases: openedx/edx-bulk-grades

v1.1.0

29 Mar 10:53
5ffc60b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.2...v1.1.0

1.0.2

25 Jul 14:15
c2ffaf5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...1.0.2

v1.0.1

21 Dec 16:32
aa038b3
Compare
Choose a tag to compare

What's Changed

  • fix: fix issue with constructing an error message by @nsprenkle in #138

v1.0.0

16 Feb 09:15
8e10975
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.3...v1.0.0

0.9.3 chore: remove pins which no longer cause version conflicts

29 Nov 16:09
386eff6
Compare
Choose a tag to compare
chore: remove pins which no longer cause version conflicts (#102)

* chore: remove pins which no longer cause version conflicts

these pins were added in
https://github.com/edx/edx-bulk-grades/pull/75 to avoid conflicts
which no longer occur

* chore: Updating Python Requirements

Co-authored-by: edX requirements bot <[email protected]>

0.9.2: fixed grade history not rendering

02 Sep 18:59
Compare
Choose a tag to compare
version bump for super-csv

0.9.1: feat: row first row of error on duplicate user import

03 Aug 13:54
Compare
Choose a tag to compare
Detect duplicate user_id on the first occurence.

Ticket[AU-44]

update unit testing

update the logic to figure row number

Added support for Django 3.2

29 Jul 08:54
9756ed5
Compare
Choose a tag to compare

Added support for Django 3.2

0.8.14: fix: update csv import error messages

26 Jul 17:00
Compare
Choose a tag to compare
update csv error according discussed

Ticket[au-66]

version bump

update changelog

0.8.13: fix: csv import should throw error on repeat user

26 Jul 13:00
Compare
Choose a tag to compare
if the user show up more than once in the csv, the import will fail and send back the error message with line number.

Ticket[AU-20]

update error message for repeat user

version bump