From fb26b11a75502ce4ec22b6e71d9c05964fa0e5d9 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Tue, 14 Jun 2011 10:31:18 +0100 Subject: Add PerViewThrottling and PerResourceThrottling to __all__ --- djangorestframework/permissions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/djangorestframework/permissions.py b/djangorestframework/permissions.py index 7e19c6cd..56bc9697 100644 --- a/djangorestframework/permissions.py +++ b/djangorestframework/permissions.py @@ -15,8 +15,8 @@ __all__ = ( 'IsAuthenticated', 'IsAdminUser', 'IsUserOrIsAnonReadOnly', - 'PerUserThrottling' - 'PerViewThrottling' + 'PerUserThrottling', + 'PerViewThrottling', 'PerResourceThrottling' ) -- cgit v1.2.3