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 (
Collapse
)
Author
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 ↵
tom christie tom@tomchristie.com
Django 1.3's views, admin style api is all polished off, loads of tests, new test project for running the test. All sorts of goodness. Getting ready to push this out now.
2011-02-15
Added credits, fixed multipart forms and unicode output as per paul's bug ↵
tom christie tom@tomchristie.com
reports.
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