Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-12 | Add stray migration | ankitjavalkar | |
2020-11-04 | Release related changes | ankitjavalkar | |
2020-10-08 | Add release migrations | ankitjavalkar | |
2020-10-07 | Release related changes for v0.26.0 | ankitjavalkar | |
2020-09-14 | Release related changes | ankitjavalkar | |
2020-09-09 | Release changes | adityacp | |
2020-08-28 | Release changes | adityacp | |
2020-07-02 | Release 0.21 related changes | adityacp | |
2020-05-20 | Rename migration file | aditya | |
2020-05-20 | Release 0.2.0 related changes | aditya | |
2020-04-07 | Release 0.14.0 related changes | adityacp | |
2020-02-05 | Release 0.12.0 related changes | ankitjavalkar | |
2019-04-24 | Release 0.10.0 related changes | ankitjavalkar | |
2019-02-07 | Release 0.9.1 related changes | ankitjavalkar | |
- Added Changelog for version 0.9.1 - Added migrations - Changed version number in __init__.py | |||
2018-07-13 | Update migrations to fix order error | maheshgudi | |
2018-07-13 | Add migration files for release v0.9 | maheshgudi | |
2018-06-18 | Release 0.8.1 changes | adityacp | |
- Add information about feature additions and changes in CHANGELOG.txt - Add migrations for model changes - Change version number in __init__.py | |||
2018-03-23 | Add migrations for release 0.8 | adityacp | |
2017-11-15 | Update Migration files and version for release version 0.7. | maheshgudi | |
2017-05-16 | Change activation_key field length in Profile model | adityacp | |
2017-05-11 | Add migrations for release 0.6.0 | ankitjavalkar | |
2017-04-10 | Add new migrations for assignment upload | adityacp | |
2017-03-31 | Add migration for start and end enroll time | ankitjavalkar | |
2017-03-21 | rebase changes for simple question types | mahesh | |
2017-03-20 | Check in migration file to add field fixed_question_order to questionpaper | ankitjavalkar | |
2017-03-20 | added migrations for fill in the blanks | mahesh | |
2017-03-17 | Add grade_assignment_upload field to inital migrations | adityacp | |
2017-03-14 | Added initial migration for Yaksh | prathamesh | |
2017-03-13 | Added migrations folder to the app. | prathamesh | |
This required because when we do migration for the first time, initial migrations will be created only if migrations folder is present in the installed app. Otherwise, running makemigrations will not detect the initial migrations for that app. Though we can exclusively specify the app name as the argument to the makemigrations command. But did this so that by default apply migrations. Note: Removed migrations from .gitignore |