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
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