Skip to content

Releases: openedx/edx-when

1.2.9

09 Jul 20:18
971743a
Compare
Choose a tag to compare

Don't return due dates for enrollments originally created too close to the course end to allow for finishing the course in time.

1.2.8

17 Jun 19:08
7a6f187
Compare
Choose a tag to compare
Merge pull request #55 from edx/ddumesnil/no-pls-for-archive-enrollme…

1.2.4

01 Jun 17:19
2647f6b
Compare
Choose a tag to compare

Updates function in API for finding learners with a specific Schedule that has an assignment on a given day, to also be inclusive of absolute date schedules (everyone active in the course without an override).

Added support for python 3.8

30 Apr 18:22
0238082
Compare
Choose a tag to compare
  • Dropped support for Django versions below 2.2
  • Added support for python 3.8

1.2.2

29 Apr 15:11
9df7424
Compare
Choose a tag to compare

Adds a function to the API to allow users to find all Schedules for learners with assignments due on a specific day for specified course key.

1.2.1

21 Apr 17:30
613efb0
Compare
Choose a tag to compare

Add a migration changing the plural name of a model, which was missing from the 1.2.0 release.

1.2.0

03 Apr 12:55
8f8a124
Compare
Choose a tag to compare

Adds Django admin support for all edx-when models.

1.0.7

24 Mar 15:22
bcd0383
Compare
Choose a tag to compare

Avoid writing to the database if we don't have any changes for a given block's date.

Release 1.0.6

20 Mar 18:44
1ef59da
Compare
Choose a tag to compare

Wrapping bulk reads and bulk writes in atomic transactions

Release 1.0.5

06 Mar 15:28
4bf1dc2
Compare
Choose a tag to compare

Updating relative date return logic