summaryrefslogtreecommitdiff
path: root/yaksh/forms.py
AgeCommit message (Collapse)Author
2016-04-26rebase changesadityacp
2016-04-22profile form name changesadityacp
2016-04-15changes after rebaseadityacp
2016-04-15changes in forms and viewsadityacp
2016-04-15changes in forms.py, views.py, templateadityacp
2016-04-15EditProfile, ChangePassword, StudentsEnrollment facilityadityacp
2016-04-11Migration from django 1.6 to django 1.9prathamesh
- upgraded django-taggit to 0.18 from 0.12.2 - added fields attribute in django forms, mandatory in django 1.9 - get_profile attribute of User object deprecated, used hasattr instead. - Template settings changed in django 1.9, all template related settings at one place. - Support for string view arguments to url() is deprecated, so passed callable views instead. - django.conf.urls.patterns() is deprecated, updated urlpatterns to a list of django.conf.urls.url() instances instead. - django.utils.unittest is deprecated, used unittest instead. - made changes in requirements and setup files other - added quiz prerequisite required as false in forms, so that the quiz is added without any prerequisite. - Time zone settings not implemented.
2016-04-07Phase 2 views cleanupprathamesh
views cleaned further used model forms removed unwanted templates
2016-03-02Course module implementedprathamesh
Moderator can now create courses. Under his courses he can create quizzes. Students can enroll for the course. Moderator can approve or reject enrollment request of the student. Student can view quizzes only for the enrolled course.
2015-09-15Remove testapp dir, remove reference to testapp in paths, filesankitjavalkar