abstracted Course-Department relationship and applied it\r\rto ProfessorTaught-Professo...
authorBryan <btbonval@gmail.com>
Wed, 12 Mar 2014 08:06:51 +0000 (04:06 -0400)
committerBryan <btbonval@gmail.com>
Wed, 12 Mar 2014 08:07:17 +0000 (04:07 -0400)
commit77f9a28cb624135281829ab2b20c8e54b2d81b6d
treea67ebd76b8fdb8108f945036dd1a86cde9eaa3d7
parentc6fec1eafa63ddf294d63e2897974d0b2d262ae0
abstracted Course-Department relationship and applied it\r\rto ProfessorTaught-Professor-Course-Department relationship. super button\rworks but does not forward. template not updated. need to use ManyToMany in\rcourse instead of ProfessorAffiliation.\r\r# Please enter the commit message for your changes. Lines starting\r# with '#' will be ignored, and an empty message aborts the commit.\r# On branch feature_course_add_with_dept\r# Your branch is ahead of 'origin/feature_course_add_with_dept' by 1 commit.\r#\r# Changes to be committed:\r#   (use "git reset HEAD^1 <file>..." to unstage)\r#\r# modified:   forms.py\r# modified:   models.py\r# modified:   views.py\r# modified:   ../../templates/courses/course_detail.html\r# modified:   ../../templates/courses/course_list_entry.html\r# modified:   ../../templates/partial/add_course.html\r# modified:   ../../templates/user_profile.html\r# new file:   ../../utils/forms.py\r#
karmaworld/apps/courses/forms.py
karmaworld/apps/courses/models.py
karmaworld/apps/courses/views.py
karmaworld/templates/courses/course_detail.html
karmaworld/templates/courses/course_list_entry.html
karmaworld/templates/partial/add_course.html
karmaworld/templates/user_profile.html
karmaworld/utils/forms.py [new file with mode: 0644]