mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-12-01 22:14:06 +03:00
Merge pull request #3382 from outime/patch-1
Fixed typo in ScopedRateThrottle example views
This commit is contained in:
commit
cd4c389d1f
|
@ -148,7 +148,7 @@ For example, given the following views...
|
||||||
throttle_scope = 'contacts'
|
throttle_scope = 'contacts'
|
||||||
...
|
...
|
||||||
|
|
||||||
class ContactDetailView(ApiView):
|
class ContactDetailView(APIView):
|
||||||
throttle_scope = 'contacts'
|
throttle_scope = 'contacts'
|
||||||
...
|
...
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user