Skip to content

Commit 1f3ded4

Browse files
committed
Docs tweaks
1 parent e6fac63 commit 1f3ded4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/api-guide/parsers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ The following third party packages are also available.
188188

189189
## CamelCase JSON
190190

191-
[djangorestframework-camel-case] provides a camelCase JSON parser for django REST framework, its maintained by [vbabiy]
191+
[djangorestframework-camel-case] provides camel case JSON renderers and parsers for REST framework. This allows serializers to use Python-style underscored field names, but be exposed in the API as Javascript-style camel case field names. It is maintained by [Vitaly Babiy][vbabiy].
192192

193193
[jquery-ajax]: http://api.jquery.com/jQuery.ajax/
194194
[cite]: https://groups.google.com/d/topic/django-developers/dxI4qVzrBY4/discussion

docs/api-guide/renderers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ Comma-separated values are a plain-text tabular data format, that can be easily
421421

422422
## CamelCase JSON
423423

424-
[djangorestframework-camel-case] provides a camelCase JSON render for django REST framework, its maintained by [vbabiy]
424+
[djangorestframework-camel-case] provides camel case JSON renderers and parsers for REST framework. This allows serializers to use Python-style underscored field names, but be exposed in the API as Javascript-style camel case field names. It is maintained by [Vitaly Babiy][vbabiy].
425425

426426

427427
[cite]: https://docs.djangoproject.com/en/dev/ref/template-response/#the-rendering-process

0 commit comments

Comments
 (0)