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
/
reverse.py
Age
Commit message (
Collapse
)
Author
2012-02-23
Cleanup of reverse docs
Tom Christie
2012-02-23
reverse takes request as a kwarg for compatibility with django's reverse
Tom Christie
2012-02-21
reverse gets it's own module
Tom Christie
2012-02-21
Pass the request object to `reverse' in the reverse tests
Daniel Izquierdo
2012-02-21
Move the new `reverse' function from urlresolvers to utils
Daniel Izquierdo
2012-02-21
Test the custom reverse() function instead of the one provided by Django
Daniel Izquierdo
2011-06-28
Pull in David's initial oauth tests
Tom Christie
2011-05-24
Allow views to return HttpResponses. Add initial() hook method
Tom Christie
2011-05-04
Decouple views and resources
Tom Christie
2011-04-27
Urg. Fix broken merging.
Tom Christie
2011-04-27
Merge previous checkins
Tom Christie
2011-04-26
Fixes #35 - Import json from django's built-in package (Does cleverness in ↵
tom christie tom@tomchristie.com
determing best lib to use)
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 ↵
Tom Christie
defunct, dispatch now mirrors View.dispatch more nicely
2011-04-11
depercate auth and content arguments to the request handler methods - yea :)
Tom Christie
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.