Skip to content

Commit 00cd4ef

Browse files
author
rgermain
authored
add third packages nested-multipart-parser (#8208)
1 parent ddc5cd7 commit 00cd4ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/community/third-party-packages.md

+2
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
106106
* [djangorestframework-msgpack][djangorestframework-msgpack] - Provides MessagePack renderer and parser support.
107107
* [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.
108108
* [djangorestframework-camel-case][djangorestframework-camel-case] - Provides camel case JSON renderers and parsers.
109+
* [nested-multipart-parser][nested-multipart-parser] - Provides nested parser for http multipart request
109110

110111
### Renderers
111112

@@ -183,6 +184,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
183184
[wq.db.rest]: https://wq.io/docs/about-rest
184185
[djangorestframework-msgpack]: https://github.com/juanriaza/django-rest-framework-msgpack
185186
[djangorestframework-camel-case]: https://github.com/vbabiy/djangorestframework-camel-case
187+
[nested-multipart-parser]: https://github.com/remigermain/nested-multipart-parser
186188
[djangorestframework-csv]: https://github.com/mjumbewu/django-rest-framework-csv
187189
[drf_ujson2]: https://github.com/Amertz08/drf_ujson2
188190
[rest-pandas]: https://github.com/wq/django-rest-pandas

0 commit comments

Comments
 (0)