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
/
djangorestframework
/
tests
/
renderers.py
Age
Commit message (
Expand
)
Author
2012-09-20
Remove old 'djangorestframework directories
Tom Christie
2012-09-16
Simplify negotiation. Drop MSIE hacks. Etc.
Tom Christie
2012-09-11
Better naming for properties on views, requests and responses
Jamie Matthews
2012-09-07
Fix renderer tests.
Mjumbe Wawatu Poe
2012-09-07
Add basic serializer tests
Tom Christie
2012-09-07
Remove dumbass meaningless test
Tom Christie
2012-09-06
Refactoring some basics
Tom Christie
2012-09-03
View -> APIView
Tom Christie
2012-09-03
Parsers may return raw data, or a DataAndFiles object
Tom Christie
2012-09-03
Support generators
Tom Christie
2012-08-28
Added serializers and fields
Tom Christie
2012-08-24
Remove PermissionsMixin
Tom Christie
2012-08-24
Remove RequestMixinx / ReponseMixin
Tom Christie
2012-02-25
Fix broken tests
Tom Christie
2012-02-25
Massive merge
Tom Christie
2012-02-07
cleaned a bit Response/ResponseMixin code, added some documentation + renamed...
Sébastien Piquemal
2012-02-02
Response as a subclass of HttpResponse - first draft, not quite there yet.
Sébastien Piquemal
2012-01-25
Refactoring get_name/get_description
Tom Christie
2012-01-24
Modified test case to pass regardless of JSON library
Ben Timby
2012-01-23
Fix for testcase test_with_content_type_args
Ben Timby
2012-01-13
py25, py26 along with Django12 can't handle assertDictEqual (it was introduced
Marko Tibold
2012-01-13
Got rid of more duplicate tests and put back the tests for #122.
Marko Tibold
2012-01-13
split renderer and parser complex data test case
Michele Lazzeri
2012-01-12
add testcate XMLRendererTestCase.test_render_and_parse_complex_data
Michele Lazzeri
2012-01-11
fixes #122
Marko Tibold
2011-12-29
Add JSONP. Fixes #82
Tom Christie
2011-12-12
Drop unused import
Tom Christie
2011-12-12
fix copy-paste typo.
Marko Tibold
2011-12-11
fix merge
Craig Blaszczyk
2011-12-11
add xml parser
Craig Blaszczyk
2011-07-30
Added support for OPTIONS method, including a few unit tests
Carles Barrobés
2011-07-01
pull in markos changes, minor tweaks to yaml stuff
Tom Christie
2011-06-26
Allow .json .html .xml style urls and also allow these formats to be specifie...
Michael Fötsch
2011-06-25
Allow HEAD method
Tom Christie
2011-06-25
Support for HEAD method
Carles Barrobés
2011-06-15
Additional test for JSON
Tom Christie
2011-05-24
Renderers can now cope with parameterised args. ResponseMixin gets cleaned u...
Tom Christie
2011-05-24
Allow views to return HttpResponses. Add initial() hook method
Tom Christie
2011-05-10
renderer API work
Tom Christie
2011-04-29
More refactoring - move various less core stuff into utils etc
Tom Christie