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
2014-04-10
Allow unicode YAML dump with UnicodeYAMLRenderer
Miro Hrončok
2014-03-04
Update documentation of render methods (obj to data)
David Larlet
2014-02-26
Display the media type of the API response on the browsable API
Keats
2014-01-31
Use bytes BOUNDARY on django < 1.5
Ian Foote
2013-12-09
Catch and mask ParseErrors that occur during rendering of the BrowsableAPI.
Tom Christie
2013-10-02
Fix rendering of forms and add error rendering on HTML form
Tom Christie
2013-10-02
Serializers can now be rendered directly to HTML
Tom Christie
2013-09-26
Allow .template_name attribute specified on view. Closes #1000
Tom Christie
2013-09-14
Refs #1109 -- Update docs. Integrate changes from feedback.
Tai Lee
2013-09-13
Fixed #1105 -- Add hook for custom context in `BrowsableAPIRenderer`.
Tai Lee
2013-08-30
Drop broken placeholder serializations.
Tom Christie
2013-08-29
Fix indenting on raw data forms
Tom Christie
2013-08-29
Include serialized content in raw data form.
Tom Christie
2013-08-29
Add `override_method` context manager and cleanup.
Tom Christie
2013-08-28
Simplifying raw data renderering support
Tom Christie
2013-08-27
First hacky pass at displaying raw data
Tom Christie
2013-08-23
Extra docs
Tom Christie
2013-08-23
Merge branch 'master' into html-form-renderer
Tom Christie
2013-08-23
JSON responses should not include a charset
Tom Christie
2013-08-23
Adding standard renderer attributes and documenting
Tom Christie
2013-08-23
Cleanup and dealing with empty form data.
Tom Christie
2013-08-23
First pass at HTMLFormRenderer
Tom Christie
2013-08-17
Improved view/description function setting
Christopher Paolini
2013-06-29
Added APIClient.authenticate()
Tom Christie
2013-06-28
Added APIRequestFactory
Tom Christie
2013-06-05
Remove ConfigurationError in favor of Django's ImproperlyConfigured
Tom Christie
2013-05-24
Version 2.3.4
2.3.4
Tom Christie
2013-05-22
Last bits of charset sorting-out-ness
Tom Christie
2013-05-21
Merge and styling fixes
Tom Christie
2013-05-20
Fix charset issues
Tom Christie
2013-05-18
Only use object permissions in browsable api form generation if an object exists
Tom Christie
2013-05-18
Enforce object permissions check when rendering forms in browseable API
Tom Christie
2013-05-18
Fix broken 'binary content' in browseable API
Tom Christie
2013-05-18
Correct charset on UnicodeJSONRenderer
Tom Christie
2013-05-18
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2013-05-18
Added proper charset support
Tom Christie
2013-05-18
Better checking if the content can be printable in the BrowsableAPI
Pablo Recio
2013-05-18
Adds UnicodeJSONRenderer which doesn't ensure ascii
Pablo Recio
2013-05-18
Adding a class attribute into JSONRenderer for ensuring ascii, and using it c...
Pablo Recio
2013-05-18
charset param gets now appended to response's Content-Type. Closes #807
Karol Majta
2013-05-18
Turns out label and help_text are not always there
Markus Törnqvist
2013-05-18
Renderer uses form field's label and help, not attribute name
Markus Törnqvist
2013-05-18
Forms in Broseable API support dynamic serializers based on request method
Tom Christie
2013-05-05
Merge master
Tom Christie
2013-05-01
Example and spelling fixes. Change "browseable" to "browsable" for consistency.
Victor Shih
2013-04-30
Add get_breadcrumbs hook to BrowseableAPIRenderer. Closes #733.
Tom Christie
2013-04-26
Deal with List/Instance suffixes for viewsets
Tom Christie
2013-04-04
Factor view names/descriptions out of View class
Tom Christie
2013-02-22
assert package requirements are met for YAMLRenderer
Tom Christie
2013-02-22
Py3/2 compat fixes for uncode view names/descriptions
Tom Christie
[prev]
[next]