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 annotation inherited from Field has value_to_string(Model) -> str -- however JSONField overrides this to return the json data directly (for django serializers)
I suspect others also override this method but I couldn't find any from a quick search