mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-06-18 12:33:20 +03:00
Docs tweaks
This commit is contained in:
parent
e6fac63536
commit
1f3ded4559
|
@ -188,7 +188,7 @@ The following third party packages are also available.
|
||||||
|
|
||||||
## CamelCase JSON
|
## CamelCase JSON
|
||||||
|
|
||||||
[djangorestframework-camel-case] provides a camelCase JSON parser for django REST framework, its maintained by [vbabiy]
|
[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].
|
||||||
|
|
||||||
[jquery-ajax]: http://api.jquery.com/jQuery.ajax/
|
[jquery-ajax]: http://api.jquery.com/jQuery.ajax/
|
||||||
[cite]: https://groups.google.com/d/topic/django-developers/dxI4qVzrBY4/discussion
|
[cite]: https://groups.google.com/d/topic/django-developers/dxI4qVzrBY4/discussion
|
||||||
|
|
|
@ -421,7 +421,7 @@ Comma-separated values are a plain-text tabular data format, that can be easily
|
||||||
|
|
||||||
## CamelCase JSON
|
## CamelCase JSON
|
||||||
|
|
||||||
[djangorestframework-camel-case] provides a camelCase JSON render for django REST framework, its maintained by [vbabiy]
|
[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].
|
||||||
|
|
||||||
|
|
||||||
[cite]: https://docs.djangoproject.com/en/dev/ref/template-response/#the-rendering-process
|
[cite]: https://docs.djangoproject.com/en/dev/ref/template-response/#the-rendering-process
|
||||||
|
|
Loading…
Reference in New Issue
Block a user