aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/parsers.md
AgeCommit message (Expand)Author
2015-01-30Merge masterTom Christie
2015-01-30Docs typo. Closes #2491.Tom Christie
2015-01-05Add docs for OAuth, XML, YAML, JSONP packages. Closes #2179.Tom Christie
2014-12-03MergeTom Christie
2014-11-29Remove XML support from coreJosé Padilla
2014-11-29Remove YAML support from coreJosé Padilla
2014-11-25Merge masterTom Christie
2014-11-25Use MkDocs meta.source to render source code linksJosé Padilla
2014-11-25request.DATA, request.FILES -> request.dataTom Christie
2013-12-21Docs tweaksTom Christie
2013-12-21Added links to djangorestframework-camel-case in the third partyVitaly Babiy
2013-08-22Update parsers.mdRamiro Morales
2013-08-21Include import paths throughout docs.Tom Christie
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
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
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` and...Tom Christie
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