diff options
| author | Tom Christie | 2013-12-21 17:18:25 +0000 | 
|---|---|---|
| committer | Tom Christie | 2013-12-21 17:18:25 +0000 | 
| commit | 1f3ded4559ad18d03ee49b3befd19ddaea7e70b2 (patch) | |
| tree | 964519a08b476a8ac842c3df95e04ab82c0e56b6 /docs | |
| parent | e6fac635362d4631f976f03991cf24a5dfc2f179 (diff) | |
| download | django-rest-framework-1f3ded4559ad18d03ee49b3befd19ddaea7e70b2.tar.bz2 | |
Docs tweaks
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api-guide/parsers.md | 2 | ||||
| -rw-r--r-- | docs/api-guide/renderers.md | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/docs/api-guide/parsers.md b/docs/api-guide/parsers.md index db0b666f..72a4af64 100644 --- a/docs/api-guide/parsers.md +++ b/docs/api-guide/parsers.md @@ -188,7 +188,7 @@ The following third party packages are also available.  ## 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/  [cite]: https://groups.google.com/d/topic/django-developers/dxI4qVzrBY4/discussion diff --git a/docs/api-guide/renderers.md b/docs/api-guide/renderers.md index 673b5902..7798827b 100644 --- a/docs/api-guide/renderers.md +++ b/docs/api-guide/renderers.md @@ -421,7 +421,7 @@ Comma-separated values are a plain-text tabular data format, that can be easily  ## 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 | 
