Skip to content

Releases: openedx/XBlock

1.4.1 Release

20 May 19:52
c7c6fc1
Compare
Choose a tag to compare

Add XBlockParseException exception.

1.4.0 Release

05 Aug 13:51
07830a5
Compare
Choose a tag to compare

Add titles to course search indexing for all xblocks

Fixed import error of mock

06 May 13:32
05d0509
Compare
Choose a tag to compare
  • Fixed import error of mock

Removed Django<2.2 support, Added Python3.8 support

05 May 09:38
2ab69fc
Compare
Choose a tag to compare
Merge pull request #458 from edx/awais786/fixing-typing-issue

Fixing the typing package issue on py3.8

Django 2.0, 2.1, and 2.2 Compatibility

14 Nov 09:30
d614064
Compare
Choose a tag to compare

Django 2.0, 2.1, and 2.2 compatibility.

Decode request body from bytes to unicode.

19 Sep 14:09
dd19b86
Compare
Choose a tag to compare
Pass unicode to json.loads. (#428)

In python2 there was auto-coercion happening here but in python3 we need
to pass in unicode and requests body is bytes.

Add a feature to Mixologist

24 Jul 15:50
e43d898
Compare
Choose a tag to compare

Mixologist can now take class objects and string class paths as input.

xblock-1.1.1

16 Nov 17:07
b4824c0
Compare
Choose a tag to compare

Adds ability to auto-deploy to PyPI from Travis on creation of new tags.

xblock-1.1.0

16 Nov 15:01
b0a6120
Compare
Choose a tag to compare

Adds the CompletionXBlockMixin and testing improvements.

xblock-1.0.1

25 Jul 19:29
Compare
Choose a tag to compare
Merge pull request #365 from edx/efischer/play_nice_with_py27

remove unicode literals