Commit fb26b11a by Tom Christie

Add PerViewThrottling and PerResourceThrottling to __all__

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