aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/renderers.py
AgeCommit message (Expand)Author
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