as you known django uses json library for serializing querysets to json and DjangoJSONEncoder class uses json.JSONEncoder as it's superclass and there is no such class in ujson library. how can i use ujson instead of json in django serializer?
Asked
Active
Viewed 1,096 times