index
:
django-rest-framework
3.0-beta
docs-renderers-use-appropriate-renderer-class-name
empty_closable_objects
gh-pages
master
model-serializer-api
model-serializer-caching
version-2.4.x
version-3.1
Web APIs for Django.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rest_framework
/
permissions.py
Age
Commit message (
Expand
)
Author
2013-12-23
Merge branch 'bennbollay-patch-1' into 2.4.0
Tom Christie
2013-12-22
Simplified some functions
amatellanes
2013-12-13
Merge branch 'master' into 2.4.0
Tom Christie
2013-09-25
Merge master
Tom Christie
2013-09-23
Address pending deprecation of Model._meta.module_name in Django 1.6
Markus Kaiserswerth
2013-09-10
Tweaks and docs to object-level model permissions.
Tom Christie
2013-09-09
better doc for object permissions, drop redundant has_permission call
bwreilly
2013-09-09
removed unnecessary guardian req and view.action parsing
bwreilly
2013-09-07
switch to a dedicated filter for read list object permissions
bwreilly
2013-09-07
first pass at object level permissions and tests
bwreilly
2013-09-06
some properly failing tests, set up for standard permissions
bwreilly
2013-09-06
added guardian as optional requirement, stubbed out object-level permission c...
bwreilly
2013-06-27
Remove deprecated code
Tom Christie
2013-06-18
Don't raise AttributeError on views with no model or queryset, when using Dja...
Tom Christie
2013-05-16
Version 2.3.3
Tom Christie
2013-04-30
Add DjangoModelPermissionsOrAnonReadOnly
Tom Christie
2013-04-29
2.2's PendingDeprecationWarnings now become DeprecationWarnings. 2.3's Pendi...
Tom Christie
2013-04-23
Ensure implementation of reverse relations in 'fields' is backwards compatible
Tom Christie
2013-03-12
Tweak
Tom Christie
2013-03-12
Clean up TokenHasReadWriteScope slightly
Tom Christie
2013-03-12
Merge master
Tom Christie
2013-03-10
Add the implementation for TokenHasReadWriteScope permissions w/ oauth 1
Pierre Dulac
2013-03-10
Add TokenHasReadWriteScope class for permissions based on scopes
Pierre Dulac
2013-03-08
Neater override hooks and more docs for DjangoModelPermissions.
Tom Christie
2013-02-12
New style object-level permission checks
Tom Christie
2013-02-10
Bugfix for DjangoModelPermissions. Fixes #437
Tom Christie
2013-02-04
Cleanup imports
Tom Christie
2012-11-23
Version 2.1.6. AKA: I am a doofus.
2.1.6
Tom Christie
2012-11-23
Typo. Fixes #437.
Tom Christie
2012-10-27
Add AllowAny class
Tom Christie
2012-10-27
pep8
Tom Christie
2012-10-15
Tweak parsers to take parser_context
Tom Christie
2012-10-10
Permissions and throttles no longer have a view attribute on self. Explicitl...
Tom Christie
2012-09-20
Remove dumbass __all__ variables
Tom Christie
2012-09-20
Change package name: djangorestframework -> rest_framework
Tom Christie