https://github.com/learningequality/morango/blob/master/morango/models/fields/uuids.py#L40
This line references the invalid message on the self.error_messages dict, which seems not to have this key (at least not all the time). This causes a KeyError to be raised, leading to uncaught errors during field validation.
https://github.com/learningequality/morango/blob/master/morango/models/fields/uuids.py#L40
This line references the
invalidmessage on theself.error_messagesdict, which seems not to have this key (at least not all the time). This causes aKeyErrorto be raised, leading to uncaught errors during field validation.