aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/permissions.py
AgeCommit message (Expand)Author
2011-06-14Bits of cleaning up for the throttlingTom Christie
2011-06-14Add PerViewThrottling and PerResourceThrottling to __all__Tom Christie
2011-06-14Add PerViewThrottling and PerResourceThrottling to __all__Tom Christie
2011-06-11* implemented Tom's nice config string for the trotlle rate e.g. '3/sec'markotibold
2011-06-11* fixed `test_request_throttling_is_per_user` - it didn't make a request for ...markotibold
2011-06-11implemented testing of per user throttlingmarkotibold
2011-05-19The core is now documented from the docstrings in the source.markotibold
2011-05-19Merge in marko's doc markupTom Christie
2011-05-19data flattening needs to go into resourceTom Christie
2011-05-18Most of the actual work so far has been markup really.markotibold
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