aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Groß2013-01-08 03:58:06 -0800
committerStephan Groß2013-01-08 03:58:06 -0800
commitae139cb06f9dcd10d4d34ec3368d4910ae4c9c24 (patch)
tree91342b1f1e7df5d1dc65772199c7e2e005ae0b0f
parent4e8f55887d6ce86a2293f8b8cbb255bc58995336 (diff)
parent4df1172665f6df3d4c4df53b4836e2c6ed462da5 (diff)
downloaddjango-rest-framework-ae139cb06f9dcd10d4d34ec3368d4910ae4c9c24.tar.bz2
Merge pull request #565 from mjtamlyn/patch-1
Fix reference to BasicAuthentication in settings.
-rw-r--r--docs/api-guide/settings.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api-guide/settings.md b/docs/api-guide/settings.md
index 8c87f2ca..a422e5f6 100644
--- a/docs/api-guide/settings.md
+++ b/docs/api-guide/settings.md
@@ -65,7 +65,7 @@ Default:
(
'rest_framework.authentication.SessionAuthentication',
- 'rest_framework.authentication.UserBasicAuthentication'
+ 'rest_framework.authentication.BasicAuthentication'
)
## DEFAULT_PERMISSION_CLASSES