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
/
docs
/
api-guide
/
throttling.md
Age
Commit message (
Expand
)
Author
2014-08-19
Merge master
Tom Christie
2014-08-06
minor doc fix, @api_view() needs an iterable
Rob Terhaar
2014-04-13
Merge remote-tracking branch 'origin/master' into 2.4.0
Xavier Ordoquy
2014-02-14
Update throttling.md
Bo Peng
2013-12-13
Merge branch 'master' into 2.4.0
Tom Christie
2013-12-13
Further docs tweaks
Tom Christie
2013-12-13
Allow NUM_PROXIES=0 and include more docs
Tom Christie
2013-12-06
Add missing tick marks
kahnjw
2013-12-06
Fix typo
kahnjw
2013-12-06
Add documentation to explain what effect these changes have.
kahnjw
2013-09-30
corrected doc for throttle_classes decorator
Doron Pearl
2013-08-28
Added `.cache` attribute on throttles.
Tom Christie
2013-08-21
Include import paths throughout docs.
Tom Christie
2013-07-25
Fix *Throttle class names in the docs
Will Kahn-Greene
2013-04-26
Adding 'view or viewset' to docs appropriate.
Tom Christie
2013-02-15
Mention caching. Closes #659.
Tom Christie
2013-01-28
Tweak description of example throttle.
Tom Christie
2013-01-28
Example custom throttle. Fixes #300.
Tom Christie
2012-10-31
Fixing documentation on auth/throttling guides
Otto Yiu
2012-10-29
fixed missplaced semicolon
Stephan Groß
2012-10-29
fixed missplaced semicolon
Stephan Groß
2012-10-29
fixed missplaced semicolon
Stephan Groß
2012-10-21
Fixing spelling errors.
Marko Tibold
2012-10-17
Make settings consistent with corrosponding view attributes
Tom Christie
2012-10-17
Split up doc sections more cleanly
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
Change package name: djangorestframework -> rest_framework
Tom Christie
2012-09-14
Flesh out resources/routers part of tutorial
Tom Christie
2012-09-14
Tweak throttles and improve docs
Tom Christie
2012-09-13
Tweak copy
Tom Christie
2012-09-13
Improve throttles and docs
Tom Christie
2012-09-13
Tweak throttling/permissions/auth docs
Tom Christie
2012-09-12
Updating docs
Tom Christie
2012-09-08
Links to source files in docs
Tom Christie
2012-09-05
Add missing doc files
Tom Christie