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-11-22
First passing test under p3k \o/
Xavier Ordoquy
2012-11-21
added RegexField to field_mapping in BrowsableAPIRenderer
Stephan Groß
2012-11-19
Merge pull request #429 from minddust/minor_fixes
Tom Christie
2012-11-19
updated to buildin status codes
Stephan Groß
2012-11-15
Merge commit '3b258d69c92e9d9293f7c5d1690f0ca434e677e3' into file_and_image_f...
Marko Tibold
2012-11-14
fixed some typos
Stephan Groß
2012-11-14
Properly render file inputs in the Browsable api.
Marko Tibold
2012-11-06
Support for HTML error templates. Fixes #319.
Tom Christie
2012-11-04
Fix for bug #363: ChoiceField missing in renderers.py
Michael Shepanski
2012-11-01
Merge master
Tom Christie
2012-11-01
Relational field support in browseable API.
Tom Christie
2012-11-01
return choices as unicode and not string,
Pavel Savchenko
2012-10-30
Final docs tweaks for 2.0
Tom Christie
2012-10-28
readonly -> read_only
Tom Christie
2012-10-28
TemplateHTMLRenderer, StaticHTMLRenderer
Tom Christie
2012-10-26
Object-level permissions respected by Browseable API
Tom Christie
2012-10-22
Merge commit '95a670de41a246777bc1e448dca8cc576b7b86ea' into BrowsableAPIRend...
Marko Tibold
2012-10-21
Refactoring BrowsableAPIRenderer
Marko Tibold
2012-10-21
Remove redundant check if method=='DELETE'
Marko Tibold
2012-10-21
Remove `initial` kwarg, add `default`.
Tom Christie
2012-10-19
Fix up widget choices
Tom Christie
2012-10-19
Drop help_text
Tom Christie
2012-10-18
First pass at pastebin tutorial
Tom Christie
2012-10-17
Added `media_type` to `.parse()` - Consistency with renderer API.
Tom Christie
2012-10-15
Explicit CSRF failure message. Fixes #60.
Tom Christie
2012-10-15
Tweak parsers to take parser_context
Tom Christie
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