Files
edx-platform/lms
Ayub d6c99de909 BOM-418 TypeError: unhashable type: SequenceDescriptorWithMixins (#22051)
DescriptorWithMixins are dynamically created and do not have a hash
class method. Those classes had hash values in python2 but do not
have a default hash in python3. Thus those class objects can not be
used as dict keys. Used location of section/unit instead of real object
for cache dict. Location object is hashable.
2019-10-17 13:23:31 -04:00
..
2019-10-16 11:32:27 -04:00

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

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