Commit fb26b11a by Tom Christie

Add PerViewThrottling and PerResourceThrottling to __all__

parent 612d335c
...@@ -15,8 +15,8 @@ __all__ = ( ...@@ -15,8 +15,8 @@ __all__ = (
'IsAuthenticated', 'IsAuthenticated',
'IsAdminUser', 'IsAdminUser',
'IsUserOrIsAnonReadOnly', 'IsUserOrIsAnonReadOnly',
'PerUserThrottling' 'PerUserThrottling',
'PerViewThrottling' 'PerViewThrottling',
'PerResourceThrottling' '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