diff options
author | ankitjavalkar | 2018-03-22 11:44:18 +0530 |
---|---|---|
committer | ankitjavalkar | 2018-03-22 11:44:18 +0530 |
commit | c9dc758af9c80f4363b90abf3ca47cf4edc34f40 (patch) | |
tree | 439669163d7f5073ff5775f25767da620079f3e8 /CHANGELOG.txt | |
parent | 4b356aa2f6097cd0f46292218f31ded18b631e53 (diff) | |
download | online_test-c9dc758af9c80f4363b90abf3ca47cf4edc34f40.tar.gz online_test-c9dc758af9c80f4363b90abf3ca47cf4edc34f40.tar.bz2 online_test-c9dc758af9c80f4363b90abf3ca47cf4edc34f40.zip |
Update CHANGELOG
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r-- | CHANGELOG.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d3364e0..fab49a6 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,8 +1,8 @@ === 0.8.0 === -* Added a management command to add users to moderator group -* Renamed add_group management command to create_mod_group +* Refactored the add_group command to allow creation of moderator group and add users to moderator group and renamed to create_moderator * Deprecated multiple management commands: dump_user_data, load_exam, load_question_xml, results2csv +* Changed the unit of time_between_attempts field within Quiz model from days to hours === 0.7.0 (15-11-2017) === |