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 (
Expand
)
Author
2012-09-20
Remove old 'djangorestframework directories
Tom Christie
2012-09-14
Tweak throttles and improve docs
Tom Christie
2012-09-13
Improve throttles and docs
Tom Christie
2012-09-04
Refactored throttling
Tom Christie
2012-09-03
View -> APIView
Tom Christie
2012-08-26
Drop ImmediateResponse
Tom Christie
2012-08-24
Drop out resources & mixins
Tom Christie
2012-08-24
Remove PermissionsMixin
Tom Christie
2012-02-23
authentication refactor : request.user + tests pass
Sébastien Piquemal
2012-02-02
Response as a subclass of HttpResponse - first draft, not quite there yet.
Sébastien Piquemal
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 htrot...
markotibold
2011-06-11
* fixed `test_request_throttling_is_per_user` - it didn't make a request for ...
markotibold
2011-06-11
implemented per user throttling
markotibold
2011-06-10
added some throttling tetst. Can't get per-user-throttling testing to work th...
markotibold
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