Releases: openedx/django-user-tasks
Releases · openedx/django-user-tasks
0.1.9
- Fix issue where
orderingattribute of theUserTaskArtifactAdminandUserTaskStatusAdminclasses must be a tuple or a list but was a string.
0.1.8
- Make the model list views in the admin panel more useful.
- Routing Python dependency upgrades.
0.1.7
Make UserTaskArtifact.url a TextField with a URLValidator instead of a URLField.
0.1.6
- Upgrade requirements.
- Change
max_lengthofUserTaskArtifact.urlfrom 200 to 512.