Skip to content

Releases: openedx/edx-val

Fix export issue for old mongo

20 Aug 15:34
15e2748
Compare
Choose a tag to compare

1.4.1 Release

12 Aug 06:38
7ac07b1
Compare
Choose a tag to compare

Fixes export failure on unpublished transcript.

1.4.0 Release

30 Jul 17:58
e52db6a
Compare
Choose a tag to compare

Ensure that transcripts are imported if video already exists.

Fixing django30 warnings

16 Jul 17:01
3c79878
Compare
Choose a tag to compare

Fixing django30 warnings.
Update requirements.

Remove enum34 from dependencies.

26 Jun 14:15
2866116
Compare
Choose a tag to compare

Remove enum34 from dependencies since python2.7 support was dropped

Use enum lib from std instead of enum34

26 Jun 06:52
fe88cc1
Compare
Choose a tag to compare

Use enum lib from std instead of enum34, enum34 is not needed in python>3.4.

Using python_version<'3.6' in order to not change anything for python3.5

1.3.6 Release

19 Jun 06:07
a0c3494
Compare
Choose a tag to compare

Fixed thumbnail bug

1.3.5

27 May 06:27
10d0277
Compare
Choose a tag to compare
Delete migration for TranscriptCredentials (#232)

1.3.4

04 May 07:58
b8c8769
Compare
Choose a tag to compare

Add "error description" field to Video model

Removed Django<2.2 support, Added Python3.8 support

30 Apr 14:38
966857c
Compare
Choose a tag to compare
Merge pull request #219 from edx/usamasadiq/bom-1548-tox-travis-update

Travis and Tox Update