Skip to content

Releases: openedx/django-user-tasks

Removed code related to Python 2

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

Added support for python 3.8

06 May 21:18
aaded34
Compare
Choose a tag to compare
  • Added pyhton 3.8 support
  • Removed support for django's versions below 2.2

Dropped Python 2.7 support

18 Mar 15:25
88f4e6a
Compare
Choose a tag to compare
  • Drop Python 2.7 support
  • cleaned up dependencies

0.2.1

25 Sep 18:53
Compare
Choose a tag to compare
  • Check DB connection atomicity before closing "dead" connections.

0.2.0

30 Aug 18:23
fea4094
Compare
Choose a tag to compare

Have the start_user_task receiver close obsolete connections before starting the task.

0.1.9

27 Aug 16:09
dfcb68a
Compare
Choose a tag to compare
  • Fix issue where ordering attribute of the UserTaskArtifactAdmin and UserTaskStatusAdmin classes must be a tuple or a list but was a string.

0.1.8

23 Aug 19:37
14d4b0d
Compare
Choose a tag to compare
  • Make the model list views in the admin panel more useful.
  • Routing Python dependency upgrades.

0.1.7

29 May 20:11
Compare
Choose a tag to compare

Make UserTaskArtifact.url a TextField with a URLValidator instead of a URLField.

0.1.6

29 May 14:57
Compare
Choose a tag to compare
  • Upgrade requirements.
  • Change max_length of UserTaskArtifact.url from 200 to 512.