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