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
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
2013-02-22
XML cleanup
Tom Christie
2013-02-22
Fix name fallback for BrowsableAPIRenderer
Tom Christie
2013-02-22
Fixed UnicodeDecodeError on get_name and get_description methods
Michael Elovskikh
2013-02-22
Polishing touches to #663
Tom Christie
2013-02-15
Added tabs between object form and generic content form on PUT/PATCH form
Michael Elovskikh
2013-02-12
Tidy up internal view permission checking logic.
Tom Christie
2013-02-12
New style object-level permission checks
Tom Christie
2013-02-06
Purge naked excepts.
Marc Tamlyn
2013-02-04
Merge branch 'py3k' into 2.2
Tom Christie
2013-02-04
Use request.QUERY_PARAMS internally
Tom Christie
2013-02-01
Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into w...
Tom Christie
2013-01-30
Merge branch 'master' into many-fields
Tom Christie
2013-01-30
Use many=True style for pk relations.
Tom Christie
2013-01-05
deprecate simplejson
Juan Riaza
2013-01-02
Merge remote-tracking branch 'reference/py3k' into p3k
Xavier Ordoquy
2012-12-17
Fix bug with M2M in browseable API
Tom Christie
2012-12-04
fixed #469 - RegexField <--> BrowsableAPI Bug
Stephan Groß
2012-12-02
Merge remote-tracking branch 'reference/master' into p3k
Xavier Ordoquy
2012-12-02
Fixed a bug with type and python 2.x compat.
Xavier Ordoquy
2012-12-02
trunk bug.
Xavier Ordoquy
2012-11-29
Merge branch 'custom-serializer-form-class' of https://github.com/ludwigkraat...
Marko Tibold
2012-11-22
First passing test under p3k \o/
Xavier Ordoquy
2012-11-21
Tweak to work with serializer performance improvement
Tom Christie
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
[next]