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
/
renderers.py
Age
Commit message (
Expand
)
Author
2012-10-10
Fix yaml rendering
Tom Christie
2012-10-10
Fix key ordering in json. (sort if it's a sorted dictc representation, or no...
Tom Christie
2012-10-10
Make sure JSON output in Browseable API is nicely indented
Tom Christie
2012-10-09
Rename HTMLTemplateRenderer -> HTMLRenderer, DocuemntingHTMLRenderer -> Brows...
Tom Christie
2012-10-08
Adding migration and changelog docs
Tom Christie
2012-10-05
HTMLTemplateRenderer working
Tom Christie
2012-10-05
Tidy up renderers slightly
Tom Christie
2012-10-05
Accepted media type uses most specific of client/renderer media types.
Tom Christie
2012-10-04
Minor fixes
Tom Christie
2012-10-03
Tweaks
Tom Christie
2012-10-03
M2M fields supported
Tom Christie
2012-10-03
Added failing test for m2m data
Tom Christie
2012-10-03
Stopgap fix for model fields rendering in browseable API
Tom Christie
2012-10-03
Rename generic views
Tom Christie
2012-09-28
Remove support for doctests
Tom Christie
2012-09-27
Only display forms when user has permissions. #159
Tom Christie
2012-09-25
Don't display readonly fields
Tom Christie
2012-09-20
Clean up bits of templates etc
Tom Christie
2012-09-20
Hack out bunch of unneccesary private methods on View class
Tom Christie
2012-09-20
Remove dumbass __all__ variables
Tom Christie
2012-09-20
Change package name: djangorestframework -> rest_framework
Tom Christie