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
/
parsers.py
Age
Commit message (
Expand
)
Author
2012-09-20
Remove old 'djangorestframework directories
Tom Christie
2012-09-03
Parsers may return raw data, or a DataAndFiles object
Tom Christie
2012-08-28
Added serializers and fields
Tom Christie
2012-02-25
Fix broken tests
Tom Christie
2012-02-25
Massive merge
Tom Christie
2012-01-18
Docstring/whitespace fixes.
Ben Timby
2012-01-13
split renderer and parser complex data test case
Michele Lazzeri
2011-12-29
whitespace fixes
Tom Christie
2011-12-11
add xml parser
Craig Blaszczyk
2011-06-10
Drop test_fail()
Tom Christie
2011-06-09
Returning the dict from `parse_qs` in `FormParser` fails on forms.
Alen Mujezinovic
2011-05-24
Allow views to return HttpResponses. Add initial() hook method
Tom Christie
2011-05-19
data flattening needs to go into resource
Tom Christie
2011-05-12
refactoring resource specfic stuff into ResourceMixin - validators now defunct
Tom Christie
2011-05-10
Getting the API into shape
Tom Christie
2011-05-04
Decouple views and resources
Tom Christie
2011-04-29
More refactoring - move various less core stuff into utils etc
Tom Christie
2011-04-02
Refactor to use self.CONTENT to access request body. Get file upload working
tom christie tom@tomchristie.com
2011-03-11
debug + tests for MultipartParser
sebpiq
2011-03-11
documentation + tests + debugging for formparsers
sebpiq