mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-06-19 04:53:20 +03:00
Add PerViewThrottling and PerResourceThrottling to __all__
This commit is contained in:
parent
b07c5108e9
commit
612d335c4c
|
@ -16,6 +16,8 @@ __all__ = (
|
||||||
'IsAdminUser',
|
'IsAdminUser',
|
||||||
'IsUserOrIsAnonReadOnly',
|
'IsUserOrIsAnonReadOnly',
|
||||||
'PerUserThrottling'
|
'PerUserThrottling'
|
||||||
|
'PerViewThrottling'
|
||||||
|
'PerResourceThrottling'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user