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-17
Nicely marked up source code.
markotibold
2011-05-17
All top level modules are included. Ready for diving into the modules and doc...
markotibold
2011-05-16
Getting rid of all errors and warnings that show up when building the docs, t...
markotibold
2011-05-16
validators tests -> resources tests
Tom Christie
2011-05-16
Add utils to setup.py - see if the examples tests now pass
Tom Christie
2011-05-16
blogpost/views no longer needed
Tom Christie
2011-05-16
Fixing some of the last blocking issues
Tom Christie
2011-05-16
nested resources now working
Tom Christie
2011-05-13
Ensure there is always a resource attribute set
Tom Christie
2011-05-13
Docs on resources
Tom Christie
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
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
[next]