aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/tests/throttling.py
AgeCommit message (Expand)Author
2012-02-02Response as a subclass of HttpResponse - first draft, not quite there yet.Sébastien Piquemal
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 htrot...markotibold
2011-06-11* fixed `test_request_throttling_is_per_user` - it didn't make a request for ...markotibold
2011-06-11implemented per user throttlingmarkotibold
2011-06-10added some throttling tetst. Can't get per-user-throttling testing to work th...markotibold
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