aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/throttling.md
diff options
context:
space:
mode:
authorXavier Ordoquy2014-02-18 11:42:35 +0100
committerXavier Ordoquy2014-02-18 11:42:35 +0100
commitb2f0f4fcf49d457aefc21960f62fcb8f2cf6770d (patch)
tree9adabfaa8c2a73e9b1304f8d699a3f70f284634a /docs/api-guide/throttling.md
parent5ae94547bc08ade94c3f1df2223c0b8261cae59f (diff)
parent822eb39599b248c68573c3095639a831ab6df99a (diff)
downloaddjango-rest-framework-b2f0f4fcf49d457aefc21960f62fcb8f2cf6770d.tar.bz2
Merge remote-tracking branch 'reference/master' into feature/django_1_7
Diffstat (limited to 'docs/api-guide/throttling.md')
-rw-r--r--docs/api-guide/throttling.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api-guide/throttling.md b/docs/api-guide/throttling.md
index fc1525df..b7c320f0 100644
--- a/docs/api-guide/throttling.md
+++ b/docs/api-guide/throttling.md
@@ -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',