diff options
| author | Tom Christie | 2011-06-14 10:30:29 +0100 |
|---|---|---|
| committer | Tom Christie | 2011-06-14 10:30:29 +0100 |
| commit | 612d335c4c8b152b573db24c76917018a936d758 (patch) | |
| tree | d4bb3991160a67da902c85c128083f207c89d7ba /djangorestframework/permissions.py | |
| parent | b07c5108e9d87a59af4c8eed6d14a632ada7ef37 (diff) | |
| download | django-rest-framework-612d335c4c8b152b573db24c76917018a936d758.tar.bz2 | |
Add PerViewThrottling and PerResourceThrottling to __all__
Diffstat (limited to 'djangorestframework/permissions.py')
| -rw-r--r-- | djangorestframework/permissions.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/djangorestframework/permissions.py b/djangorestframework/permissions.py index b8a5224c..7e19c6cd 100644 --- a/djangorestframework/permissions.py +++ b/djangorestframework/permissions.py @@ -16,6 +16,8 @@ __all__ = ( 'IsAdminUser', 'IsUserOrIsAnonReadOnly', 'PerUserThrottling' + 'PerViewThrottling' + 'PerResourceThrottling' ) |
