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
Fix#168: Subsegment name serialization causing MissingName error
Django sometimes uses SafeString instead of str for template names.
Jsonpickle serializes SafeString as `{ "py/newargs": ["django/forms/widgets/attrs.html"]}`
instead of `"django/forms/widgets/attrs.html" which is the reason for
the invalid subsegment name.
0 commit comments