diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2025-08-22 12:36:48 -0300 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2025-08-25 10:51:10 -0300 |
| commit | 4286a23df64f6ce3b9b6ed097f4d1aac7d9e0de4 (patch) | |
| tree | e7225d1586c174b5945f595b3759b7c6dddbdae1 /docs/topics/auth/default.txt | |
| parent | 01a460f23e470555a733b8980401402b7947bb9f (diff) | |
Refs #36485 -- Removed double spaces after periods in sentences.
Diffstat (limited to 'docs/topics/auth/default.txt')
| -rw-r--r-- | docs/topics/auth/default.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt index af09c43eb2..28bc63b739 100644 --- a/docs/topics/auth/default.txt +++ b/docs/topics/auth/default.txt @@ -873,7 +873,7 @@ the login page or shown an HTTP 403 Forbidden response, depending on the .. attribute:: login_url - Default return value for :meth:`get_login_url`. Defaults to ``None`` + Default return value for :meth:`get_login_url`. Defaults to ``None`` in which case :meth:`get_login_url` falls back to :setting:`settings.LOGIN_URL <LOGIN_URL>`. @@ -891,7 +891,7 @@ the login page or shown an HTTP 403 Forbidden response, depending on the If this attribute is set to ``True``, a :class:`~django.core.exceptions.PermissionDenied` exception is raised - when the conditions are not met. When ``False`` (the default), + when the conditions are not met. When ``False`` (the default), anonymous users are redirected to the login page. .. method:: get_login_url() |
