aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/throttling.py
AgeCommit message (Collapse)Author
2012-10-17Typo in class nameeofs
2012-10-10Permissions 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-26Fix @api_view decorator testsTom Christie
2012-09-20Clean up bits of templates etcTom Christie
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie