aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/htmlrenderer.py
AgeCommit message (Expand)Author
2013-05-29Rename test modules to 1.6 styleTom Christie
2013-05-18Added proper charset supportTom Christie
2013-02-27`assertEquals` -> `assertEqual`Tom Christie
2013-02-25Replaced status numbers with the statuses constants from the status model.Omer Katz
2013-02-04Cleanup importsTom Christie
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-11-24Every (base) test should now pass with python3.Xavier Ordoquy
2012-11-06Support for HTML error templates. Fixes #319.Tom Christie
2012-10-28TemplateHTMLRenderer, StaticHTMLRendererTom Christie
2012-10-09Rename HTMLTemplateRenderer -> HTMLRenderer, DocuemntingHTMLRenderer -> Brows...Tom Christie
2012-10-05Docs for template responsesTom Christie
2012-10-05HTMLTemplateRenderer workingTom Christie