index
:
django-rest-framework
3.0-beta
docs-renderers-use-appropriate-renderer-class-name
empty_closable_objects
gh-pages
master
model-serializer-api
model-serializer-caching
version-2.4.x
version-3.1
Web APIs for Django.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
docs
/
api-guide
/
parsers.md
Age
Commit message (
Expand
)
Author
2015-01-30
Merge master
Tom Christie
2015-01-30
Docs typo. Closes #2491.
Tom Christie
2015-01-05
Add docs for OAuth, XML, YAML, JSONP packages. Closes #2179.
Tom Christie
2014-12-03
Merge
Tom Christie
2014-11-29
Remove XML support from core
José Padilla
2014-11-29
Remove YAML support from core
José Padilla
2014-11-25
Merge master
Tom Christie
2014-11-25
Use MkDocs meta.source to render source code links
José Padilla
2014-11-25
request.DATA, request.FILES -> request.data
Tom Christie
2013-12-21
Docs tweaks
Tom Christie
2013-12-21
Added links to djangorestframework-camel-case in the third party
Vitaly Babiy
2013-08-22
Update parsers.md
Ramiro Morales
2013-08-21
Include import paths throughout docs.
Tom Christie
2013-05-08
Allow None filename on uploaded files
Tom Christie
2013-05-07
Docs for FileUploadParser
Tom Christie
2013-05-07
Merge pull request #806 from wronglink/master
Tom Christie
2013-05-04
Docs for FileUploadParser
Michael Elovskikh
2013-04-26
Adding 'view or viewset' to docs appropriate.
Tom Christie
2013-02-22
Note requirements explicitly.
Tom Christie
2013-01-18
Drop the curl notes. Unnecessary.
Tom Christie
2013-01-18
Note on setting ContentType. Fixes #589. Refs #586.
Tom Christie
2013-01-14
Tweak messagepack links
Tom Christie
2013-01-07
Added @juanriaza's `djangorestframework-msgpack` package to the docs.
Tom Christie
2012-11-08
Add media_type to example file parser
Tom Christie
2012-10-29
fixed api_view decorator useage
Stephan Groß
2012-10-21
Fixing spelling errors.
Marko Tibold
2012-10-18
Merge pull request #304 from tomchristie/consitent_settings
Tom Christie
2012-10-18
Minor docs fix
Tom Christie
2012-10-17
Make settings consistent with corrosponding view attributes
Tom Christie
2012-10-17
Added `media_type` to `.parse()` - Consistency with renderer API.
Tom Christie
2012-10-17
parser_context includes `view`, `request`, `args`, `kwargs`. (Not `meta` and...
Tom Christie
2012-10-17
Drop .parse_string_or_stream() - keep API minimal.
Tom Christie
2012-10-15
Tweak parsers to take parser_context
Tom Christie
2012-10-14
Documentation for parsers
Tom Christie
2012-09-26
Fix @api_view decorator tests
Tom Christie
2012-09-08
Links to source files in docs
Tom Christie
2012-09-01
REST framework 2 docs
Tom Christie