File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1- === 0.20.1 (21-05-2020) ===
1+ == 0.20.2 (02-06-2020) ===
2+
3+ * Added a custom filter to convert str objects to int in templates
4+ * Fixed a bug that prevented users from seeing the last submitted MCQ answers
5+ * Updated the TinyMCE editor with multiple plugins
6+ * Fixed issue in question file upload for empty question instance
7+ * Changed variable name for uploaded file to avoid conflict with the queryset variable
8+ * Display question solution in view answer paper
9+ * Fixed bug to check if attempts are allowed and spare time is available before answer is checked
10+
11+ == 0.20.1 (21-05-2020) ===
212
313* Rename celery.py to celery_settings.py to avoid conflicts with the celery app
414
Original file line number Diff line number Diff line change 44
55__all__ = ('celery_app' ,)
66
7- __version__ = '0.20.1 '
7+ __version__ = '0.20.2 '
You can’t perform that action at this time.
0 commit comments