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
2015-01-30
Merge master
Tom Christie
2015-01-23
Pass {} as data to DataAndFiles, as it ends up in a MergeDict
Alexander Dutton
2015-01-23
Merge master
Tom Christie
2015-01-23
More graceful handling of malformed Content-Disposition
Tom Christie
2015-01-19
Merge master
Tom Christie
2015-01-10
Make FileUploadParser work with standard django API
Ask Holme
2014-12-12
Merge master
Tom Christie
2014-12-04
Removed custom urlparse compat
Tymur Maryokhin
2014-12-04
Removed custom StringIO, force_text, smart_text compat
Tymur Maryokhin
2014-12-03
Merge
Tom Christie
2014-12-02
FileUploadParser. Raising StopFutureHandlers removes any handlers not yet run...
Tom Christie
2014-11-29
Remove XML support from core
José Padilla
2014-11-29
Remove YAML support from core
José Padilla
2014-10-01
Use six.text_type instead of str everywhere
Tom Christie
2014-09-12
UNICODE_JSON and COMPACT_JSON settings
Tom Christie
2014-09-05
Refactor disposition unpacking for clarity
Jason Bittel
2014-09-05
Fix encoded filename parsing to allow for lang
Jason Bittel
2014-09-05
Refactor encoded filename feature per #1531
Jason Bittel
2014-09-05
Removed use encoding available only in py3
Vladislav Vlastovskiy
2014-09-05
Added get filename as encoded
Vladislav Vlastovskiy
2014-08-19
Drop six from compat. 1.4.2 is now the lowest supported version.
Tom Christie
2014-04-14
Fixed convert bytes to str
Vladislav Vlastovskiy
2014-04-14
Fixed return type
Vladislav Vlastovskiy
2014-04-14
Fixed parse file name
Vladislav Vlastovskiy
2013-10-31
Fixed exception handling with YAML and XML parsers.
Rob Hudson
2013-08-29
Fix multipart error when used via content-type overloading
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-07-04
Update parser docstrings. Closes #968.
Tom Christie
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
[next]