Add PerViewThrottling and PerResourceThrottling to __all__

This commit is contained in:
Tom Christie 2011-06-14 10:31:18 +01:00
parent 612d335c4c
commit fb26b11a75

View File

@ -15,8 +15,8 @@ __all__ = (
'IsAuthenticated', 'IsAuthenticated',
'IsAdminUser', 'IsAdminUser',
'IsUserOrIsAnonReadOnly', 'IsUserOrIsAnonReadOnly',
'PerUserThrottling' 'PerUserThrottling',
'PerViewThrottling' 'PerViewThrottling',
'PerResourceThrottling' 'PerResourceThrottling'
) )