aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/renderers.py
AgeCommit message (Expand)Author
2013-01-03Move the various compat things to the compat module.Xavier Ordoquy
2013-01-02Merge remote-tracking branch 'reference/py3k' into p3kXavier Ordoquy
2012-12-19urls, patterns, include imports move to compat to support incoming 1.3 thru 1...Tom Christie
2012-12-19pep8Tom Christie
2012-11-24Every (base) test should now pass with python3.Xavier Ordoquy
2012-11-22First passing test under p3k \o/Xavier Ordoquy
2012-11-04Remove `request' from response instance whileJacob Magnusson
2012-11-04Add tests for caching of GET/HEAD requests usingJacob Magnusson
2012-10-10Make sure JSON output in Browseable API is nicely indentedTom Christie
2012-10-10Permissions and throttles no longer have a view attribute on self. Explicitl...Tom Christie
2012-10-09Rename HTMLTemplateRenderer -> HTMLRenderer, DocuemntingHTMLRenderer -> Brows...Tom Christie
2012-10-02URL overrides in settings fixed up slightlyTom Christie
2012-09-27Only display forms when user has permissions. #159Tom Christie
2012-09-20Clean up bits of templates etcTom Christie
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie