Skip to content

Releases: openedx/edx-when

Release 1.0.3

28 Feb 18:47
dda617d
Compare
Choose a tag to compare

Fix bug in Schedule Import and making code robust.

1.0.2

21 Feb 17:59
3a6857b
Compare
Choose a tag to compare

Update log level for data_field.py to DEBUG

1.0.0

18 Feb 19:04
31906cd
Compare
Choose a tag to compare
  • Breaking change: remove api.override_enabled which didn't actually do anything anyway, since the waffle flag we checked is not used elsewhere in the code.
  • Start listening to an optional waffle flag embedded in the LMS (course_experience.relative_dates) to decide whether to return any relative dates found in the edx-when schedules.

Django 2.0, 2.1, and 2.2 Compatibility

22 Nov 12:48
a2c2d9a
Compare
Choose a tag to compare

Django 2.0, 2.1, and 2.2 Compatibility

0.4 Release

13 Sep 16:49
aed77e3
Compare
Choose a tag to compare
Merge pull request #17 from edx/dcs/cache-bug

Fixes EDUCATOR-4654 by including the course id in the cache key

0.3 Release

16 Aug 13:45
f6271a5
Compare
Choose a tag to compare

Fixes self-paced courses with course-level due dates

0.1.5 Release

21 May 13:40
cbc0fe9
Compare
Choose a tag to compare
Merge pull request #13 from edx/dcs/self-paced

Handle self-paced courses by not saving due dates in the database.

0.1.4 Release

01 May 19:58
7761ca2
Compare
Choose a tag to compare
Merge pull request #11 from matthugs/matthugs/fix-test-for-anonymous-…

0.1.3 Release

29 Apr 14:45
ee81d87
Compare
Choose a tag to compare
Merge pull request #10 from edx/dcs/migrate

Add api for getting date from block

0.1.2 Release

24 Apr 19:34
b9303e4
Compare
Choose a tag to compare

Adds a waffle flag for enabling edx-when: edx-when-enabled