aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/parsers.md
AgeCommit message (Expand)Author
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