Merge pull request #1420 from bo-peng/patch-1

Update throttling.md
This commit is contained in:
Tom Christie 2014-02-15 11:51:14 +00:00
commit 822eb39599

View File

@ -150,7 +150,7 @@ For example, given the following views...
REST_FRAMEWORK = {
'DEFAULT_THROTTLE_CLASSES': (
'rest_framework.throttling.ScopedRateThrottle'
'rest_framework.throttling.ScopedRateThrottle',
),
'DEFAULT_THROTTLE_RATES': {
'contacts': '1000/day',