You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
https://github.com/learningequality/morango/blob/master/morango/models/fields/uuids.py#L40
This line references the
invalid
message on theself.error_messages
dict, which seems not to have this key (at least not all the time). This causes aKeyError
to be raised, leading to uncaught errors during field validation.The text was updated successfully, but these errors were encountered: