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
/
parsers.py
Age
Commit message (
Expand
)
Author
2013-05-08
Allow None filename on uploaded files
Tom Christie
2013-05-07
Docs for FileUploadParser
Tom Christie
2013-05-04
Raise ParseError if can't handle the uploaded file
Michael Elovskikh
2013-05-04
Codebase improvements on FileUploadParser
Michael Elovskikh
2013-05-03
Added FileUploadParser refs #7
Michael Elovskikh
2013-02-22
Add forbid_dtd flag, since we don't need any DTDs.
Tom Christie
2013-02-22
defusedxml for security fix.
Tom Christie
2013-02-04
Fix 2.6 compat
Tom Christie
2013-02-04
Deal with parser encodings properly
Tom Christie
2013-02-04
Cleanup imports
Tom Christie
2013-02-04
Don't use deprecated xml style
Tom Christie
2013-02-01
Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into w...
Tom Christie
2013-01-05
deprecate simplejson
Juan Riaza
2013-01-03
Move the various compat things to the compat module.
Xavier Ordoquy
2012-11-23
52 tests passing. Refactored a few string / byte io.
Xavier Ordoquy
2012-11-22
First passing test under p3k \o/
Xavier Ordoquy
2012-10-17
Added `media_type` to `.parse()` - Consistency with renderer API.
Tom Christie
2012-10-17
parser_context includes `view`, `request`, `args`, `kwargs`. (Not `meta` and...
Tom Christie
2012-10-17
Drop .parse_string_or_stream() - keep API minimal.
Tom Christie
2012-10-15
Tweak parsers to take parser_context
Tom Christie
2012-10-14
Documentation for parsers
Tom Christie
2012-10-05
Remove Parser.can_handle_request()
Tom Christie
2012-09-26
Bits of cleanup
Tom Christie
2012-09-20
Remove dumbass __all__ variables
Tom Christie
2012-09-20
Change package name: djangorestframework -> rest_framework
Tom Christie