aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/settings.md
diff options
context:
space:
mode:
authorMarc Tamlyn2013-01-08 11:45:55 +0000
committerMarc Tamlyn2013-01-08 11:45:55 +0000
commit4df1172665f6df3d4c4df53b4836e2c6ed462da5 (patch)
tree91342b1f1e7df5d1dc65772199c7e2e005ae0b0f /docs/api-guide/settings.md
parent4e8f55887d6ce86a2293f8b8cbb255bc58995336 (diff)
downloaddjango-rest-framework-4df1172665f6df3d4c4df53b4836e2c6ed462da5.tar.bz2
Fix reference to BasicAuthentication in settings.
Diffstat (limited to 'docs/api-guide/settings.md')
-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