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
Age
Commit message (
Expand
)
Author
2011-05-12
yet more API cleanup
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
Bits of cleanup
Tom Christie
2011-05-10
Bits of cleanup
Tom Christie
2011-05-10
Rename resource to view in few remaining places in renderers (because that's ...
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-05-02
emitters -> renderers
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-28
Spelling fix
Tom Christie
2011-04-27
fix tiny spelling errors
markotibold
2011-04-27
Fix up ModelResource issues
Tom Christie
2011-04-27
Urg. Fixing broken merge
Tom Christie
2011-04-27
Urg. Fix broken merging.
Tom Christie
2011-04-27
Pulling marko's test fixes
Tom Christie
2011-04-27
Pulling Marko's test fixes
Tom Christie
2011-04-27
merge 157
Tom Christie
2011-04-27
Docs impovement
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-27
Stole some code from djangorestframework/runtests/runcoverage.py so that cove...
markotibold
2011-04-27
The test was bad. It expected 11 snippets while the view made sure (as design...
markotibold
2011-04-27
reverse on a a sorted list which was laerady reversed is rather pointless :)
markotibold
2011-04-27
Danielfm packaged the 1.2 release so we can now install it from his repo.
markotibold
2011-04-27
Omitting all the superfluous tests. Later on we might want a nicer way to spe...
markotibold
2011-04-26
CSRF validation will only be applied to POST requests, so let's only load .RA...
tom christie tom@tomchristie.com
2011-04-26
tox can now use django 1.3 rather than 1.3-rc1. Huzzah.
tom christie tom@tomchristie.com
2011-04-26
simplejson no longer a requirement for python 2.5 (uses django's built in sim...
tom christie tom@tomchristie.com
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
tidy up
Tom Christie
2011-04-25
Generic permissions added, allowed_methods and anon_allowed_methods now defun...
Tom Christie
2011-04-11
Remove some temporary debugging stuff
Tom Christie
2011-04-11
depercate auth and content arguments to the request handler methods - yea :)
Tom Christie
2011-04-11
request.py -> mixins.py
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
Tweak
Tom Christie
2011-04-11
Refactoring of authentication/permissions
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
[next]