1. 17 Jul, 2014 1 commit
    • specify course_id in all StudentModule 'get' calls · 7face894
      StudentModule specifies student, course id, and module state key must
      all be unique together. The reset code in module_tree_reset was calling
      get without specifying course_id which means if two courses (with
      different course ids) share the same users and module state keys then
      calling StudentModule.objects.get with only the student and module state
      key raises an error for users that tried both courses. Specifying all
      unique_together fields fixes the issue.
      Justin Riley committed
  2. 09 Jul, 2014 1 commit
  3. 07 Jul, 2014 1 commit
  4. 30 Jun, 2014 4 commits
  5. 20 Jun, 2014 2 commits
  6. 12 Jun, 2014 3 commits
  7. 11 Jun, 2014 4 commits
  8. 10 Jun, 2014 2 commits
  9. 09 Jun, 2014 5 commits
  10. 22 May, 2014 1 commit
  11. 21 May, 2014 4 commits
  12. 20 May, 2014 1 commit
  13. 19 May, 2014 7 commits
  14. 17 May, 2014 4 commits