aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/renderers.py
AgeCommit message (Expand)Author
2012-10-28readonly -> read_onlyTom Christie
2012-10-28TemplateHTMLRenderer, StaticHTMLRendererTom Christie
2012-10-26Object-level permissions respected by Browseable APITom Christie
2012-10-22Merge commit '95a670de41a246777bc1e448dca8cc576b7b86ea' into BrowsableAPIRend...Marko Tibold
2012-10-21Refactoring BrowsableAPIRendererMarko Tibold
2012-10-21Remove redundant check if method=='DELETE'Marko Tibold
2012-10-21Remove `initial` kwarg, add `default`.Tom Christie
2012-10-19Fix up widget choicesTom Christie
2012-10-19Drop help_textTom Christie
2012-10-18First pass at pastebin tutorialTom Christie
2012-10-17Added `media_type` to `.parse()` - Consistency with renderer API.Tom Christie
2012-10-15Explicit CSRF failure message. Fixes #60.Tom Christie
2012-10-15Tweak parsers to take parser_contextTom Christie
2012-10-10Fix yaml renderingTom Christie
2012-10-10Fix key ordering in json. (sort if it's a sorted dictc representation, or no...Tom Christie
2012-10-10Make sure JSON output in Browseable API is nicely indentedTom Christie
2012-10-09Rename HTMLTemplateRenderer -> HTMLRenderer, DocuemntingHTMLRenderer -> Brows...Tom Christie
2012-10-08Adding migration and changelog docsTom Christie
2012-10-05HTMLTemplateRenderer workingTom Christie
2012-10-05Tidy up renderers slightlyTom Christie
2012-10-05Accepted media type uses most specific of client/renderer media types.Tom Christie
2012-10-04Minor fixesTom Christie
2012-10-03TweaksTom Christie
2012-10-03M2M fields supportedTom Christie
2012-10-03Added failing test for m2m dataTom Christie
2012-10-03Stopgap fix for model fields rendering in browseable APITom Christie
2012-10-03Rename generic viewsTom Christie
2012-09-28Remove support for doctestsTom Christie
2012-09-27Only display forms when user has permissions. #159Tom Christie
2012-09-25Don't display readonly fieldsTom Christie
2012-09-20Clean up bits of templates etcTom Christie
2012-09-20Hack out bunch of unneccesary private methods on View classTom Christie
2012-09-20Remove dumbass __all__ variablesTom Christie
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie