aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/tests/throttling.py
AgeCommit message (Collapse)Author
2011-12-29whitespace fixesTom Christie
2011-06-15Merge throttling and fix up a coupla thingsTom Christie
2011-06-14Bits of cleaning up for the throttlingTom Christie
2011-06-13implemeneted #28markotibold
2011-06-11small fixmarkotibold
2011-06-11refactored 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-11implemented per user throttlingmarkotibold
(commit to permissions.py fixes a bug that came out of the unittest)
2011-06-10added some throttling tetst. Can't get per-user-throttling testing to work ↵markotibold
though. :( any help?
2011-05-24Allow views to return HttpResponses. Add initial() hook methodTom Christie
2011-05-10Getting the API into shapeTom Christie
2011-05-04Decouple views and resourcesTom Christie
2011-04-27Inital pass at generic permissions, throttling etc.Tom Christie