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
However the Django documentation seems to say it should be the class constructor that is given, not an instance of the encoder class. This also seems to be what I've found in our codebase, both in hand written and generated code.
Hello!
With the latest version JSONField has these properties:
However the Django documentation seems to say it should be the class constructor that is given, not an instance of the encoder class. This also seems to be what I've found in our codebase, both in hand written and generated code.
https://docs.djangoproject.com/en/3.2/ref/models/fields/#jsonfield
Should these fields be of this type?
Thanks
The text was updated successfully, but these errors were encountered: