We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 768e017 + 3cfbf7c commit 9bbaae8Copy full SHA for 9bbaae8
CHANGELOG.txt
@@ -1,3 +1,12 @@
1
+=== 0.29.3 (10-12-2020) ===
2
+
3
+* Show the graphs for the lesson video statistics page.
4
+* Show the completed students counts in course modules page.
5
+* Add and show django messages in discussion forum page.
6
+* Remove Sidebar in the discussion forum page instead used bootstrap nav pills.
7
+* Optimisation in retrieving and rendering the data
8
+* Avoids the arrange type question's custom filter error
9
10
=== 0.29.2 (19-11-2020) ===
11
12
* Add dropdown selection for lesson video options
online_test/__init__.py
@@ -4,4 +4,4 @@
__all__ = ('celery_app',)
-__version__ = '0.29.2'
+__version__ = '0.29.3'
0 commit comments