drf_ujson2
drf_ujson2 copied to clipboard
JSON parser and renderer using ujson for Django Rest Framework
Hello, within a [Pretix](https://pretix.eu) deployment in our team, we had issues with incompatible versions of `ujson` and `drf_ujson`. This library (`drf_ujson2`) uses the `default` parameter from `ujson` in [`renderers.py#L44`](https://github.com/Amertz08/drf_ujson2/blob/master/drf_ujson/renderers.py#L44). This...
## Issue rendering UUID field as foreign key * TypeError encountered when serializing **certain** models * Category objects could be rendered successfully * `Photo` objects throw TypeError when using UJSONRenderer...
Not sure why, but can't use this library together with https://github.com/Tivix/django-rest-auth or later fork https://github.com/jazzband/dj-rest-auth. Keep getting errors of this type for all responses: ```TypeError: 'Password has been reset with...
hi Could you please publish package on Anaconda cloud [anaconda.org](url) for conda users ? Thank you.
Hi! I think the JSON decoding part is at least as interesting as the encoding part (because it's faster and rejects single surrogates as invalid). So it's great you move...