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
The JSON encoder used to send responses (plotly.utils.PlotlyJSONEncoder) does not currently permit the use of lazy string evaluation in Django, such as for translation of messages, as described in #404
The code in dash_wrapper.py needs to use something derived from this encoder that also can leverage the Django lazy text methods.
The text was updated successfully, but these errors were encountered:
The JSON encoder used to send responses (
plotly.utils.PlotlyJSONEncoder
) does not currently permit the use of lazy string evaluation in Django, such as for translation of messages, as described in #404The code in
dash_wrapper.py
needs to use something derived from this encoder that also can leverage the Django lazy text methods.The text was updated successfully, but these errors were encountered: