aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/permissions.py
AgeCommit message (Expand)Author
2011-12-09Typo.Tom Christie
2011-12-09Merge monseiur drummond's pagination nicenessTom Christie
2011-08-24Fix in permissions, user.is_staff is a field, not a function.Mason Tang
2011-07-19Edited djangorestframework/permissions.py via GitHubTom Christie
2011-06-15Merge throttling and fix up a coupla thingsTom Christie
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-13implemeneted #28markotibold
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