aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/response.py
AgeCommit message (Expand)Author
2013-05-18charset param gets now appended to response's Content-Type. Closes #807Karol Majta
2013-02-27`assertEquals` -> `assertEqual`Tom Christie
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-07Make filtering optional, and pluggable.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-02URL overrides in settings fixed up slightlyTom Christie
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie