aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/renderers.py
AgeCommit message (Collapse)Author
2013-05-29Rename test modules to 1.6 styleTom Christie
2013-05-24Clean up OPTIONS implementationTom Christie
2013-05-22Last bits of charset sorting-out-nessTom Christie
2013-05-20Fix charset issuesTom Christie
2013-05-18Tests proper encoding in JSONRenderer and UnicodeJSONRendererPablo Recio
2013-02-27`assertEquals` -> `assertEqual`Tom Christie
2013-02-25Replaced status numbers with the statuses constants from the status model.Omer Katz
2013-02-22defusedxml for security fix.Tom Christie
As per: http://blog.python.org/2013/02/announcing-defusedxml-fixes-for-xml.html
2013-02-15Added tests for PATCH form in the Browsable APIMichael Elovskikh
2013-02-12New style object-level permission checksTom 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 ↵Tom Christie
1.6 import compatability
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
testing caching
2012-11-04Add tests for caching of GET/HEAD requests usingJacob Magnusson
Django's built in caching framework. Currently fails as some attributes on the Response object are not pickable
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. ↵Tom Christie
Explicitly passed to .has_permissions(request, view, obj=None) / .allow_request(request, view)
2012-10-09Rename HTMLTemplateRenderer -> HTMLRenderer, DocuemntingHTMLRenderer -> ↵Tom Christie
BrowseableAPIRenderer
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