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
Age
Commit message (
Expand
)
Author
2011-05-13
Sorting out resources. Doing some crazy magic automatic url resolving stuff....
Tom Christie
2011-05-13
cleanup
Tom Christie
2011-05-12
_perform_form_overloading becomes transparent
Tom Christie
2011-05-12
yet more API cleanup
Tom Christie
2011-05-12
refactoring resource specfic stuff into ResourceMixin - validators now defunct
Tom Christie
2011-05-10
More tests, getting new serialization into resource
Tom Christie
2011-05-10
renderer API work
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-28
emitters -> renderers
Tom Christie
2011-04-27
Urg. Fix broken merging.
Tom Christie
2011-04-27
Merge previous checkins
Tom Christie
2011-04-27
Inital pass at generic permissions, throttling etc.
Tom Christie
2011-04-27
Fix up tests and examples after refactoring
Tom Christie
2011-04-26
Fixes #35 - Import json from django's built-in package (Does cleverness in de...
tom christie tom@tomchristie.com
2011-04-25
Fix some compat issues with json/simplejson
Tom Christie
2011-04-25
Generic permissions added, allowed_methods and anon_allowed_methods now defun...
Tom Christie
2011-04-11
depercate auth and content arguments to the request handler methods - yea :)
Tom Christie
2011-04-11
Rename mixins into Mixin class, rename ResponseException to ErrorResponse, re...
Tom Christie
2011-04-11
Cleanup
Tom Christie
2011-04-11
Even more validator tests passing after refactor
Tom Christie
2011-04-11
Lots of validator tests passing after refactor
Tom Christie
2011-04-11
Remove last bits of ParserMixin
Tom Christie
2011-04-11
Test cleanup
Tom Christie
2011-04-11
method overloading tests passing
Tom Christie
2011-04-11
form overloading tests passing
Tom Christie
2011-04-11
More tests passing
Tom Christie
2011-04-11
More tests passing
Tom Christie
2011-04-11
More tests passing
Tom Christie
2011-04-11
Start refactoring tests
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-17
Add VERSION string
tom christie tom@tomchristie.com
2011-03-11
debug + tests for MultipartParser
sebpiq
2011-03-11
documentation + tests + debugging for formparsers
sebpiq
2011-03-11
modified tests.__init__ so it also test module docstrings
sebpiq
2011-03-10
added a test
sebpiq
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-07
Refactor a bunch of stuff into mixins, more tests
tom christie tom@tomchristie.com
2011-02-04
Huge stack of refactoring getting stuff into Mixin classes, and loads of test...
tom christie tom@tomchristie.com