aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/tests/throttling.py
AgeCommit message (Expand)Author
2012-09-20Remove old 'djangorestframework directoriesTom Christie
2012-09-14Tweak throttles and improve docsTom Christie
2012-09-13Improve throttles and docsTom Christie
2012-09-04Refactored throttlingTom Christie
2012-09-03View -> APIViewTom Christie
2012-08-26Drop ImmediateResponseTom Christie
2012-08-24Drop out resources & mixinsTom Christie
2012-08-24Remove PermissionsMixinTom Christie
2012-02-23authentication refactor : request.user + tests passSébastien Piquemal
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