diff options
author | adityacp | 2020-03-19 19:45:17 +0530 |
---|---|---|
committer | adityacp | 2020-03-19 19:45:17 +0530 |
commit | 36f43151ab26744cf9edc05d0df3f0fb901fcaaa (patch) | |
tree | c75b5d2730a74191f2c7e51a881e9404f5627c1d /CHANGELOG.txt | |
parent | 9933ec7861faf8abb38224e4b2f5f75fcf9e857a (diff) | |
parent | 1dbaec7dd8098701e11713faa0c9040a315e5fac (diff) | |
download | online_test-36f43151ab26744cf9edc05d0df3f0fb901fcaaa.tar.gz online_test-36f43151ab26744cf9edc05d0df3f0fb901fcaaa.tar.bz2 online_test-36f43151ab26744cf9edc05d0df3f0fb901fcaaa.zip |
Resolve conflicts in the courses view
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r-- | CHANGELOG.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 4145e07..18063e5 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,11 @@ +=== 0.13.0 (11-03-2020) === + +* Revamped the UI and UX for the interface and standardised with Bootstrap 4 (Lumen theme from https://bootswatch.com/) +* Fixed a bug that caused failure when pre-existing tags for Questions have first capital letter +* Registered CourseStatus model so that it is available on the Django admin interface +* Added filters in the Django admin for filtering courses +* Modified admin.py to display only specific fields of AnswerPaper + === 0.12.0 (04-02-2020) === * Added syntax highlighting to the code answers in answerpaper |