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
/
throttling.py
Age
Commit message (
Expand
)
Author
2014-08-20
Fix cache_throttle typo
Tom Christie
2014-06-23
Merge remote-tracking branch 'origin/master' into 2.4.0
Xavier Ordoquy
2014-04-30
Merge pull request #1409 from tuky/patch-1
Xavier Ordoquy
2014-04-13
Merge remote-tracking branch 'origin/master' into 2.4.0
Xavier Ordoquy
2014-02-27
handle negative time value and prevent a divide by zero
Val Neekman
2014-02-14
Update throttling.py
tuky
2014-02-12
remove spaces from META['HTTP_X_FORWARDED_FOR'] as throttle key
tuky
2013-12-13
Allow NUM_PROXIES=0 and include more docs
Tom Christie
2013-12-06
Add get_ident method to pass new tests.
kahnjw
2013-08-28
Throttles now use HTTP_X_FORWARDED_FOR, falling back to REMOTE_ADDR to identi...
Tom Christie
2013-08-28
Added `.cache` attribute on throttles.
Tom Christie
2013-08-15
AnonRateThrottle should always allow authenticated users. Closes #994
Tom Christie
2013-06-14
Clean up
Tom Christie
2013-06-14
Fix and tests for ScopedRateThrottle. Closes #935
Tom Christie
2013-06-05
Remove ConfigurationError in favor of Django's ImproperlyConfigured
Tom Christie
2013-04-25
Cleanup docstrings
Tom Christie
2013-02-04
Cleanup imports
Tom Christie
2012-10-30
Fix some typos.
Marko Tibold
2012-10-21
Fixing spelling errors.
Marko Tibold
2012-10-17
Typo in class name
eofs
2012-10-10
Permissions and throttles no longer have a view attribute on self. Explicitl...
Tom Christie
2012-09-26
Fix @api_view decorator tests
Tom Christie
2012-09-20
Clean up bits of templates etc
Tom Christie
2012-09-20
Change package name: djangorestframework -> rest_framework
Tom Christie