Skip to content

Releases: openedx/django-user-tasks

3.2.0

29 Mar 14:19
b6b3893
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.0...3.2.0

3.1.0

24 Jul 13:55
e02a212
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.0...3.1.0

3.0.0

09 Feb 10:28
1a79ad8
Compare
Choose a tag to compare

Breaking Changes

  • Dropped python3.5 support

What's Changed

New Contributors

Full Changelog: 2.2.0...3.0.0

v2.2.0

26 Jan 14:27
ecec197
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.2.0

Added support for Django 3.0, 3.1 and 3.2

09 Jul 13:49
7196e8a
Compare
Choose a tag to compare

Added support for following Django versions

  • 3.0
  • 3.1
  • 3.2

v2.0.3

09 Jun 08:05
f90053f
Compare
Choose a tag to compare

Adds performance improvement in Django Admin view.

In case of missing key `link` in dict assign the empty list.

02 Jun 06:39
6c308ef
Compare
Choose a tag to compare

In case of missing key link in dict assign the empty list. Maintained the old behaviour.

Adding celery50 testing using tox.

28 May 11:20
773da99
Compare
Choose a tag to compare

Adding celery5.0 testing using tox.
Add a minor fix where original dict subclass replaced with a plain dict after sanity checking the keys due to celery5.0 in callback dict.

Updated the deprecated celery.task import

23 Dec 08:31
ec014ee
Compare
Choose a tag to compare

Updated the deprecated celery.task import. Latest import is compatible with v4.4.7 and v5.0

Removed code related to Python 2

20 Aug 12:51
0c732fa
Compare
Choose a tag to compare
  • Removed code related to Python 2