aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/parsers.md
AgeCommit message (Collapse)Author
2013-12-21Docs tweaksTom Christie
2013-12-21Added links to djangorestframework-camel-case in the third partyVitaly Babiy
sections of the docs for both parsers and renderers.
2013-08-22Update parsers.mdRamiro Morales
s/renderers/parsers/
2013-08-21Include import paths throughout docs.Tom Christie
Closes #1051. Thanks to @pydanny for the report.
2013-05-08Allow None filename on uploaded filesTom Christie
2013-05-07Docs for FileUploadParserTom Christie
2013-05-07Merge pull request #806 from wronglink/masterTom Christie
Added FileUploadParser
2013-05-04Docs for FileUploadParserMichael Elovskikh
2013-04-26Adding 'view or viewset' to docs appropriate.Tom Christie
2013-02-22Note requirements explicitly.Tom Christie
2013-01-18Drop the curl notes. Unnecessary.Tom Christie
2013-01-18Note on setting ContentType. Fixes #589. Refs #586.Tom Christie
2013-01-14Tweak messagepack linksTom Christie
2013-01-07Added @juanriaza's `djangorestframework-msgpack` package to the docs.Tom Christie
2012-11-08Add media_type to example file parserTom Christie
2012-10-29fixed api_view decorator useageStephan Groß
2012-10-21Fixing spelling errors.Marko Tibold
2012-10-18Merge pull request #304 from tomchristie/consitent_settingsTom Christie
Make settings consistent with corrosponding view attributes
2012-10-18Minor docs fixTom Christie
2012-10-17Make settings consistent with corrosponding view attributesTom Christie
2012-10-17Added `media_type` to `.parse()` - Consistency with renderer API.Tom Christie
2012-10-17parser_context includes `view`, `request`, `args`, `kwargs`. (Not `meta` ↵Tom Christie
and `upload_handlers`) Consistency with renderer API.
2012-10-17Drop .parse_string_or_stream() - keep API minimal.Tom Christie
2012-10-15Tweak parsers to take parser_contextTom Christie
2012-10-14Documentation for parsersTom Christie
2012-09-26Fix @api_view decorator testsTom Christie
2012-09-08Links to source files in docsTom Christie
2012-09-01REST framework 2 docsTom Christie