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
/
throttling.py
Age
Commit message (
Collapse
)
Author
2011-12-29
whitespace fixes
Tom Christie
2011-06-15
Merge throttling and fix up a coupla things
Tom Christie
2011-06-14
Bits of cleaning up for the throttling
Tom Christie
2011-06-13
implemeneted #28
markotibold
2011-06-11
small fix
markotibold
2011-06-11
refactored and added new tests for per-user, per-view, and per-resource ↵
markotibold
htrottling
2011-06-11
* fixed `test_request_throttling_is_per_user` - it didn't make a request for ↵
markotibold
the 2nd user * implemented per_resource_throttling + test needs refactoring
2011-06-11
implemented per user throttling
markotibold
(commit to permissions.py fixes a bug that came out of the unittest)
2011-06-10
added some throttling tetst. Can't get per-user-throttling testing to work ↵
markotibold
though. :( any help?
2011-05-24
Allow views to return HttpResponses. Add initial() hook method
Tom Christie
2011-05-10
Getting the API into shape
Tom Christie
2011-05-04
Decouple views and resources
Tom Christie
2011-04-27
Inital pass at generic permissions, throttling etc.
Tom Christie