diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api-guide/settings.md | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/docs/api-guide/settings.md b/docs/api-guide/settings.md index fd35fbc6..882571e1 100644 --- a/docs/api-guide/settings.md +++ b/docs/api-guide/settings.md @@ -40,19 +40,13 @@ Default: A list or tuple of authentication classes, that determines the default set of authenticators used when accessing the `request.user` or `request.auth` properties. -Default if `DEBUG` is `True`: +Default: ( 'djangorestframework.authentication.SessionAuthentication', 'djangorestframework.authentication.UserBasicAuthentication' ) -Default if `DEBUG` is `False`: - - ( - 'djangorestframework.authentication.SessionAuthentication', - ) - ## DEFAULT_PERMISSIONS A list or tuple of permission classes, that determines the default set of permissions checked at the start of a view. |
