Skip to content

Releases: openedx/django-user-tasks

0.1.9

27 Aug 16:09
dfcb68a

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

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

Choose a tag to compare

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

0.1.6

29 May 14:57

Choose a tag to compare

  • Upgrade requirements.
  • Change max_length of UserTaskArtifact.url from 200 to 512.