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-11-20
Fix rendering HTML form when API error raised. Closes #2103.
3.0-beta
Tom Christie
2014-11-20
Py3 fix - .items is not a list.
Tom Christie
2014-11-20
Resolve PUT and POST buttons in browsable API
Tom Christie
2014-11-18
Add comment ref #2089
Tom Christie
2014-11-18
Only pass instance to form for PUT and PATCH. Closes #2073.
Tom Christie
2014-11-13
Use select inputs for relationships. Closes #2058.
Tom Christie
2014-11-07
Fix initial data on serializers to reflect writable fields
Tom Christie
2014-11-07
Prevent re-running deserialization. Closes #1975.
Tom Christie
2014-10-30
Ensure json.dumps(separators=...) works on both 2.x and 3.x
Tom Christie
2014-10-16
Tweak
Tom Christie
2014-10-15
Support fields that reference a simple callable
Tom Christie
2014-10-15
Reorganize to use template_pack in form rendering
Tom Christie
2014-10-09
First pass on nested serializers in HTML
Tom Christie
2014-10-02
First pass on incorperating the form rendering into the browsable API
Tom Christie
2014-10-01
More forms support
Tom Christie
2014-10-01
First pass at HTML form rendering
Tom Christie
2014-09-26
request.data attribute
Tom Christie
2014-09-12
UNICODE_JSON and COMPACT_JSON settings
Tom Christie
2014-09-02
Add relations and get tests running
Tom Christie
2014-08-29
First pass
Tom Christie
2014-08-19
Drop six from compat. 1.4.2 is now the lowest supported version.
Tom Christie
2014-08-19
Resolve linting issues
Tom Christie
2014-08-19
Code linting and added runtests.py
Tom Christie
2014-08-11
Refactor JSONRenderer slightly for easier overriding
Tom Christie
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
[next]