| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-08-28 | Throttles now use HTTP_X_FORWARDED_FOR, falling back to REMOTE_ADDR to ↵ | Tom Christie | |
| identify anonymous requests | |||
| 2013-08-28 | Added `.cache` attribute on throttles. | Tom Christie | |
| Closes #1066. More localised than a new settings key, and more flexible in that different throttles can use different behavior. Thanks to @chicheng for the report! :) | |||
| 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 | |
| Mostly adding `from __future__ import unicode_literals` everywhere. | |||
| 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. ↵ | Tom Christie | |
| Explicitly passed to .has_permissions(request, view, obj=None) / .allow_request(request, view) | |||
| 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 | |
