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
/
djangorestframework
/
permissions.py
Age
Commit message (
Expand
)
Author
2012-09-06
Refactoring some basics
Tom Christie
2012-09-05
Fix permission issues
Tom Christie
2012-09-04
Refactored throttling
Tom Christie
2012-08-26
Drop ImmediateResponse
Tom Christie
2012-08-25
Removing 403 immediate response
Tom Christie
2012-08-24
Drop out resources & mixins
Tom Christie
2012-04-11
Merge work from sebpiq
Tom Christie
2012-02-23
updated docs
Sébastien Piquemal
2012-02-14
merged with trunk
Sébastien Piquemal
2012-02-11
Fix typo.
Tom Christie
2012-02-11
`OPTIONS` is also a safe method.
Tom Christie
2012-02-11
Improve docstring on DjangoModelPermissions, and also ensure the user is auth...
Tom Christie
2012-02-11
Minor name change
Tom Christie
2012-02-11
Fix up DjangoModelPermissions.
Tom Christie
2012-02-11
DjangoModelPermisson's desc
Camille Harang
2012-02-11
check authentication after checking ModelResource
Camille Harang
2012-02-11
DjangoModelPermisson
Camille Harang
2012-02-10
made suggested fixes
Sébastien Piquemal
2012-02-07
cleaned a bit Response/ResponseMixin code, added some documentation + renamed...
Sébastien Piquemal
2012-02-02
Response as a subclass of HttpResponse - first draft, not quite there yet.
Sébastien Piquemal
2012-01-30
Refs #148
Tom Christie
2012-01-30
Fixes #148. Thanks @dvinegla.
Tom Christie
2011-12-09
Typo.
Tom Christie
2011-12-09
Merge monseiur drummond's pagination niceness
Tom Christie
2011-08-24
Fix in permissions, user.is_staff is a field, not a function.
Mason Tang
2011-07-19
Edited djangorestframework/permissions.py via GitHub
Tom Christie
2011-06-15
Merge throttling and fix up a coupla things
Tom Christie
2011-06-14
Bits of cleaning up for the throttling
Tom Christie
2011-06-14
Add PerViewThrottling and PerResourceThrottling to __all__
Tom Christie
2011-06-14
Add PerViewThrottling and PerResourceThrottling to __all__
Tom Christie
2011-06-13
implemeneted #28
markotibold
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-11
implemented testing of per user throttling
markotibold
2011-05-19
The core is now documented from the docstrings in the source.
markotibold
2011-05-19
Merge in marko's doc markup
Tom Christie
2011-05-19
data flattening needs to go into resource
Tom Christie
2011-05-18
Most of the actual work so far has been markup really.
markotibold
2011-05-10
Getting the API into shape
Tom Christie
2011-05-04
Decouple views and resources
Tom Christie
2011-04-27
Inital pass at generic permissions, throttling etc.
Tom Christie