index
:
django-rest-framework
3.0-beta
docs-renderers-use-appropriate-renderer-class-name
empty_closable_objects
gh-pages
master
model-serializer-api
model-serializer-caching
version-2.4.x
version-3.1
Web APIs for Django.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rest_framework
/
tests
/
renderers.py
Age
Commit message (
Expand
)
Author
2013-05-29
Rename test modules to 1.6 style
Tom Christie
2013-05-24
Clean up OPTIONS implementation
Tom Christie
2013-05-22
Last bits of charset sorting-out-ness
Tom Christie
2013-05-20
Fix charset issues
Tom Christie
2013-05-18
Tests proper encoding in JSONRenderer and UnicodeJSONRenderer
Pablo Recio
2013-02-27
`assertEquals` -> `assertEqual`
Tom Christie
2013-02-25
Replaced status numbers with the statuses constants from the status model.
Omer Katz
2013-02-22
defusedxml for security fix.
Tom Christie
2013-02-15
Added tests for PATCH form in the Browsable API
Michael Elovskikh
2013-02-12
New style object-level permission checks
Tom Christie
2013-01-03
Move the various compat things to the compat module.
Xavier Ordoquy
2013-01-02
Merge remote-tracking branch 'reference/py3k' into p3k
Xavier Ordoquy
2012-12-19
urls, patterns, include imports move to compat to support incoming 1.3 thru 1...
Tom Christie
2012-12-19
pep8
Tom Christie
2012-11-24
Every (base) test should now pass with python3.
Xavier Ordoquy
2012-11-22
First passing test under p3k \o/
Xavier Ordoquy
2012-11-04
Remove `request' from response instance while
Jacob Magnusson
2012-11-04
Add tests for caching of GET/HEAD requests using
Jacob Magnusson
2012-10-10
Make sure JSON output in Browseable API is nicely indented
Tom Christie
2012-10-10
Permissions and throttles no longer have a view attribute on self. Explicitl...
Tom Christie
2012-10-09
Rename HTMLTemplateRenderer -> HTMLRenderer, DocuemntingHTMLRenderer -> Brows...
Tom Christie
2012-10-02
URL overrides in settings fixed up slightly
Tom Christie
2012-09-27
Only display forms when user has permissions. #159
Tom Christie
2012-09-20
Clean up bits of templates etc
Tom Christie
2012-09-20
Change package name: djangorestframework -> rest_framework
Tom Christie