Files
edx-platform/lms
Peter Fogg d74bb36634 Fix updating immutable request dictionary.
Django's `QueryDict`s are immutable during normal running, and so they
must be copied if any updates are to be made to them. In testing,
though, `request.DATA._mutable` is `True`, so tests can falsely pass.
2015-06-10 11:15:02 -04:00
..
2015-05-08 09:01:50 -04:00
2015-05-08 09:01:50 -04:00
2015-06-05 11:18:48 -04:00
2015-03-17 07:10:31 -04:00

LMS (Learning Management System)
--------------------------------

This directory contains code relating to the student portal for edX.