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
/
parsers.py
Age
Commit message (
Expand
)
Author
2011-04-26
Fixes #35 - Import json from django's built-in package (Does cleverness in de...
tom christie tom@tomchristie.com
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
2011-03-10
documentation
sebpiq
2011-03-10
removed useless stuff, request.POST and FILES not used + some doc
sebpiq
2011-03-09
renamings + corrected a bug
spiq
2011-03-08
corrected a small bug
spiq
2011-03-04
FomrParser now implements a work around for empty values in a list
spiq
2011-03-04
forms and multipat parsers now flaten data
spiq
2011-03-04
fix for PUT files
spiq
2011-02-19
Move status codes into seperate module
tom christie tom@tomchristie.com
2011-02-19
Yowzers. Final big bunch of refactoring for 0.1 release. Now support Django...
tom christie tom@tomchristie.com
2011-02-15
Added credits, fixed multipart forms and unicode output as per paul's bug rep...
tom christie tom@tomchristie.com
2011-02-07
Refactor a bunch of stuff into mixins, more tests
tom christie tom@tomchristie.com
2011-01-30
Rename to django-rest-framework, get simpleexample working
tom christie tom@tomchristie.com