mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 17:47:04 +03:00
Add djangorestframework-rapidjson to third party packages (#5549)
This commit is contained in:
parent
93e75ec138
commit
3ddc22f708
|
@ -239,6 +239,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
|
||||||
* [djangorestframework-jsonapi][djangorestframework-jsonapi] - Provides a parser, renderer, serializers, and other tools to help build an API that is compliant with the jsonapi.org spec.
|
* [djangorestframework-jsonapi][djangorestframework-jsonapi] - Provides a parser, renderer, serializers, and other tools to help build an API that is compliant with the jsonapi.org spec.
|
||||||
* [drf_ujson][drf_ujson] - Implements JSON rendering using the UJSON package.
|
* [drf_ujson][drf_ujson] - Implements JSON rendering using the UJSON package.
|
||||||
* [rest-pandas][rest-pandas] - Pandas DataFrame-powered renderers including Excel, CSV, and SVG formats.
|
* [rest-pandas][rest-pandas] - Pandas DataFrame-powered renderers including Excel, CSV, and SVG formats.
|
||||||
|
* [djangorestframework-rapidjson][djangorestframework-rapidjson] - Provides rapidjson support with parser and renderer.
|
||||||
|
|
||||||
### Filtering
|
### Filtering
|
||||||
|
|
||||||
|
@ -306,6 +307,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
|
||||||
[djangorestframework-csv]: https://github.com/mjumbewu/django-rest-framework-csv
|
[djangorestframework-csv]: https://github.com/mjumbewu/django-rest-framework-csv
|
||||||
[drf_ujson]: https://github.com/gizmag/drf-ujson-renderer
|
[drf_ujson]: https://github.com/gizmag/drf-ujson-renderer
|
||||||
[rest-pandas]: https://github.com/wq/django-rest-pandas
|
[rest-pandas]: https://github.com/wq/django-rest-pandas
|
||||||
|
[djangorestframework-rapidjson]: https://github.com/allisson/django-rest-framework-rapidjson
|
||||||
[djangorestframework-chain]: https://github.com/philipn/django-rest-framework-chain
|
[djangorestframework-chain]: https://github.com/philipn/django-rest-framework-chain
|
||||||
[djangorestrelationalhyperlink]: https://github.com/fredkingham/django_rest_model_hyperlink_serializers_project
|
[djangorestrelationalhyperlink]: https://github.com/fredkingham/django_rest_model_hyperlink_serializers_project
|
||||||
[django-rest-swagger]: https://github.com/marcgibbons/django-rest-swagger
|
[django-rest-swagger]: https://github.com/marcgibbons/django-rest-swagger
|
||||||
|
|
Loading…
Reference in New Issue
Block a user