aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/throttling.py
AgeCommit message (Expand)Author
2013-08-28Throttles now use HTTP_X_FORWARDED_FOR, falling back to REMOTE_ADDR to identi...Tom Christie
2013-08-28Added `.cache` attribute on throttles.Tom Christie
2013-08-15AnonRateThrottle should always allow authenticated users. Closes #994Tom Christie
2013-06-14Clean upTom Christie
2013-06-14Fix and tests for ScopedRateThrottle. Closes #935Tom Christie
2013-06-05Remove ConfigurationError in favor of Django's ImproperlyConfiguredTom Christie
2013-04-25Cleanup docstringsTom Christie
2013-02-04Cleanup importsTom Christie
2012-10-30Fix some typos.Marko Tibold
2012-10-21Fixing spelling errors.Marko Tibold
2012-10-17Typo in class nameeofs
2012-10-10Permissions and throttles no longer have a view attribute on self. Explicitl...Tom Christie
2012-09-26Fix @api_view decorator testsTom Christie
2012-09-20Clean up bits of templates etcTom Christie
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie