Files
edx-platform/lms/djangoapps
Ned Batchelder 31a72093e0 Fix broken tests by simplifying the CourseFactory
The data argument was being treated specially, but that was just
because we didn't have **kwargs support.  Now we do.  There are
two uses of data=, one we convert to kwargs, the other was actually
unused, so remove it completely.
2013-07-03 17:04:18 -04:00
..
2013-06-27 16:27:39 -04:00
2013-06-27 16:27:39 -04:00
2013-06-28 18:00:41 -04:00