aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--djangorestframework/permissions.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/djangorestframework/permissions.py b/djangorestframework/permissions.py
index b8a5224c..7e19c6cd 100644
--- a/djangorestframework/permissions.py
+++ b/djangorestframework/permissions.py
@@ -16,6 +16,8 @@ __all__ = (
'IsAdminUser',
'IsUserOrIsAnonReadOnly',
'PerUserThrottling'
+ 'PerViewThrottling'
+ 'PerResourceThrottling'
)