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
I'm trying to write up a concise example for version 6.0.0 of "django-debug-toolbar", but I think the JSON serialization introduced in release version 6.0.0 may be incompatible with recording calls to the Django's cache(s).
However, it is perfectly valid for the data to contain complex Python objects (such as a Python dictionary that uses a Python Class as one of its keys).
I assume using "pickle" instead of JSON would resolve this, but maybe I'm oversimplifying this