aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/permissions.py
AgeCommit message (Expand)Author
2013-04-23Ensure implementation of reverse relations in 'fields' is backwards compatibleTom Christie
2013-03-12TweakTom Christie
2013-03-12Clean up TokenHasReadWriteScope slightlyTom Christie
2013-03-12Merge masterTom Christie
2013-03-10Add the implementation for TokenHasReadWriteScope permissions w/ oauth 1Pierre Dulac
2013-03-10Add TokenHasReadWriteScope class for permissions based on scopesPierre Dulac
2013-03-08Neater override hooks and more docs for DjangoModelPermissions.Tom Christie
2013-02-12New style object-level permission checksTom Christie
2013-02-10Bugfix for DjangoModelPermissions. Fixes #437Tom Christie
2013-02-04Cleanup importsTom Christie
2012-11-23Version 2.1.6. AKA: I am a doofus.2.1.6Tom Christie
2012-11-23Typo. Fixes #437.Tom Christie
2012-10-27Add AllowAny classTom Christie
2012-10-27pep8Tom Christie
2012-10-15Tweak parsers to take parser_contextTom Christie
2012-10-10Permissions and throttles no longer have a view attribute on self. Explicitl...Tom Christie
2012-09-20Remove dumbass __all__ variablesTom Christie
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie