Add PerViewThrottling and PerResourceThrottling to __all__

This commit is contained in:
Tom Christie 2011-06-14 10:30:29 +01:00
parent b07c5108e9
commit 612d335c4c

View File

@ -16,6 +16,8 @@ __all__ = (
'IsAdminUser',
'IsUserOrIsAnonReadOnly',
'PerUserThrottling'
'PerViewThrottling'
'PerResourceThrottling'
)