Commit 612d335c by Tom Christie

Add PerViewThrottling and PerResourceThrottling to __all__

parent b07c5108
...@@ -16,6 +16,8 @@ __all__ = ( ...@@ -16,6 +16,8 @@ __all__ = (
'IsAdminUser', 'IsAdminUser',
'IsUserOrIsAnonReadOnly', 'IsUserOrIsAnonReadOnly',
'PerUserThrottling' 'PerUserThrottling'
'PerViewThrottling'
'PerResourceThrottling'
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment