diff options
| author | Tom Christie | 2014-11-25 16:06:45 +0000 |
|---|---|---|
| committer | Tom Christie | 2014-11-25 16:06:45 +0000 |
| commit | 306916aca126dfbe61fe9d1f0052c5cce921b669 (patch) | |
| tree | e2f4036fa043ec501d5c85ae3e7e8fb91408f051 /docs/api-guide/parsers.md | |
| parent | 64d8e3dcb6846610e1908e067962b0c8457a86f8 (diff) | |
| parent | 84b34d43307704ad8240b871a48dcd6e73848cd1 (diff) | |
| download | django-rest-framework-306916aca126dfbe61fe9d1f0052c5cce921b669.tar.bz2 | |
Merge branch 'd0ugal-mkdocs'
Diffstat (limited to 'docs/api-guide/parsers.md')
| -rw-r--r-- | docs/api-guide/parsers.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/api-guide/parsers.md b/docs/api-guide/parsers.md index 72a4af64..42d77b22 100644 --- a/docs/api-guide/parsers.md +++ b/docs/api-guide/parsers.md @@ -1,4 +1,4 @@ -<a class="github" href="parsers.py"></a> +source: parsers.py # Parsers @@ -161,7 +161,7 @@ By default this will include the following keys: `view`, `request`, `args`, `kwa ## Example -The following is an example plaintext parser that will populate the `request.DATA` property with a string representing the body of the request. +The following is an example plaintext parser that will populate the `request.DATA` property with a string representing the body of the request. class PlainTextParser(BaseParser): """ @@ -197,4 +197,4 @@ The following third party packages are also available. [juanriaza]: https://github.com/juanriaza [vbabiy]: https://github.com/vbabiy [djangorestframework-msgpack]: https://github.com/juanriaza/django-rest-framework-msgpack -[djangorestframework-camel-case]: https://github.com/vbabiy/djangorestframework-camel-case
\ No newline at end of file +[djangorestframework-camel-case]: https://github.com/vbabiy/djangorestframework-camel-case |
