Releases: openedx/edx-when
Releases · openedx/edx-when
1.2.9
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
Merge pull request #55 from edx/ddumesnil/no-pls-for-archive-enrollme…
1.2.4
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
- Dropped support for Django versions below 2.2
- Added support for python 3.8
1.2.2
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
Add a migration changing the plural name of a model, which was missing from the 1.2.0 release.
1.2.0
Adds Django admin support for all edx-when models.
1.0.7
Avoid writing to the database if we don't have any changes for a given block's date.
Release 1.0.6
Wrapping bulk reads and bulk writes in atomic transactions
Release 1.0.5
Updating relative date return logic