aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/permissions.py
AgeCommit message (Expand)Author
2012-09-20Remove old 'djangorestframework directoriesTom Christie
2012-09-13Improve throttles and docsTom Christie
2012-09-06Refactoring some basicsTom Christie
2012-09-05Fix permission issuesTom Christie
2012-09-04Refactored throttlingTom Christie
2012-08-26Drop ImmediateResponseTom Christie
2012-08-25Removing 403 immediate responseTom Christie
2012-08-24Drop out resources & mixinsTom Christie
2012-04-11Merge work from sebpiqTom Christie
2012-02-23updated docsSébastien Piquemal
2012-02-14merged with trunkSébastien Piquemal
2012-02-11Fix typo.Tom Christie
2012-02-11`OPTIONS` is also a safe method.Tom Christie
2012-02-11Improve docstring on DjangoModelPermissions, and also ensure the user is auth...Tom Christie
2012-02-11Minor name changeTom Christie
2012-02-11Fix up DjangoModelPermissions.Tom Christie
2012-02-11DjangoModelPermisson's descCamille Harang
2012-02-11check authentication after checking ModelResourceCamille Harang
2012-02-11DjangoModelPermissonCamille Harang
2012-02-10made suggested fixesSébastien Piquemal
2012-02-07cleaned a bit Response/ResponseMixin code, added some documentation + renamed...Sébastien Piquemal
2012-02-02Response as a subclass of HttpResponse - first draft, not quite there yet.Sébastien Piquemal
2012-01-30Refs #148Tom Christie
2012-01-30Fixes #148. Thanks @dvinegla.Tom Christie
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