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 see #206 added support for DjangoJSONEncoder, but it is not sufficient for users who need to serialize additional types.
I propose to put the import path to the JSON Encoder in a setting, default it to django.core.serializers.json.DjangoJSONEncoder and pull it through Django's import_string.
The text was updated successfully, but these errors were encountered:
I see #206 added support for DjangoJSONEncoder, but it is not sufficient for users who need to serialize additional types.
I propose to put the import path to the JSON Encoder in a setting, default it to
django.core.serializers.json.DjangoJSONEncoder
and pull it through Django'simport_string
.The text was updated successfully, but these errors were encountered: