We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21a9740 commit cc25f57Copy full SHA for cc25f57
docs/api-guide/settings.md
@@ -202,6 +202,8 @@ Default: `'version'`
202
#### UNAUTHENTICATED_USER
203
204
The class that should be used to initialize `request.user` for unauthenticated requests.
205
+(If removing authentication entirely, e.g. by removing `django.contrib.auth` from
206
+`INSTALLED_APPS`, set `UNAUTHENTICATED_USER` to `None`.)
207
208
Default: `django.contrib.auth.models.AnonymousUser`
209
0 commit comments