Skip to content

Commit 7f3a355

Browse files
authored
Add drf_ujson2 reference (#7494)
1 parent e215db2 commit 7f3a355

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/api-guide/renderers.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ Comma-separated values are a plain-text tabular data format, that can be easily
503503

504504
## UltraJSON
505505

506-
[UltraJSON][ultrajson] is an optimized C JSON encoder which can give significantly faster JSON rendering. [Jacob Haslehurst][hzy] maintains the [drf-ujson-renderer][drf-ujson-renderer] package which implements JSON rendering using the UJSON package.
506+
[UltraJSON][ultrajson] is an optimized C JSON encoder which can give significantly faster JSON rendering. [Adam Mertz][Amertz08] maintains [drf_ujson2][drf_ujson2], a fork of the now unmaintained [drf-ujson-renderer][drf-ujson-renderer], which implements JSON rendering using the UJSON package.
507507

508508
## CamelCase JSON
509509

@@ -547,8 +547,9 @@ Comma-separated values are a plain-text tabular data format, that can be easily
547547
[djangorestframework-msgpack]: https://github.com/juanriaza/django-rest-framework-msgpack
548548
[djangorestframework-csv]: https://github.com/mjumbewu/django-rest-framework-csv
549549
[ultrajson]: https://github.com/esnme/ultrajson
550-
[hzy]: https://github.com/hzy
550+
[Amertz08]: https://github.com/Amertz08
551551
[drf-ujson-renderer]: https://github.com/gizmag/drf-ujson-renderer
552+
[drf_ujson2]: https://github.com/Amertz08/drf_ujson2
552553
[djangorestframework-camel-case]: https://github.com/vbabiy/djangorestframework-camel-case
553554
[Django REST Pandas]: https://github.com/wq/django-rest-pandas
554555
[Pandas]: https://pandas.pydata.org/

docs/community/third-party-packages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
240240

241241
* [djangorestframework-csv][djangorestframework-csv] - Provides CSV renderer support.
242242
* [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.
243-
* [drf_ujson][drf_ujson] - Implements JSON rendering using the UJSON package.
243+
* [drf_ujson2][drf_ujson2] - Implements JSON rendering using the UJSON package.
244244
* [rest-pandas][rest-pandas] - Pandas DataFrame-powered renderers including Excel, CSV, and SVG formats.
245245
* [djangorestframework-rapidjson][djangorestframework-rapidjson] - Provides rapidjson support with parser and renderer.
246246

@@ -313,7 +313,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
313313
[djangorestframework-msgpack]: https://github.com/juanriaza/django-rest-framework-msgpack
314314
[djangorestframework-camel-case]: https://github.com/vbabiy/djangorestframework-camel-case
315315
[djangorestframework-csv]: https://github.com/mjumbewu/django-rest-framework-csv
316-
[drf_ujson]: https://github.com/gizmag/drf-ujson-renderer
316+
[drf_ujson2]: https://github.com/Amertz08/drf_ujson2
317317
[rest-pandas]: https://github.com/wq/django-rest-pandas
318318
[djangorestframework-rapidjson]: https://github.com/allisson/django-rest-framework-rapidjson
319319
[djangorestframework-chain]: https://github.com/philipn/django-rest-framework-chain

0 commit comments

Comments
 (0)