mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-26 11:33:59 +03:00
Add PerViewThrottling and PerResourceThrottling to __all__
This commit is contained in:
parent
612d335c4c
commit
fb26b11a75
|
@ -15,8 +15,8 @@ __all__ = (
|
||||||
'IsAuthenticated',
|
'IsAuthenticated',
|
||||||
'IsAdminUser',
|
'IsAdminUser',
|
||||||
'IsUserOrIsAnonReadOnly',
|
'IsUserOrIsAnonReadOnly',
|
||||||
'PerUserThrottling'
|
'PerUserThrottling',
|
||||||
'PerViewThrottling'
|
'PerViewThrottling',
|
||||||
'PerResourceThrottling'
|
'PerResourceThrottling'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user