From d490d009a32cd1fae80363b632f689785f5064b1 Mon Sep 17 00:00:00 2001 From: Adrienne Franke <18449966+adriennefranke@users.noreply.github.com> Date: Mon, 22 Jan 2024 10:43:13 -0600 Subject: [PATCH] [5.0.x] Fixed typo in docs/topics/auth/default.txt. Backport of 8570e091d025c4aacc6b76597a3322030c2f8162 from main --- docs/topics/auth/default.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt index 4aee26d9ca..1dbab8b2d9 100644 --- a/docs/topics/auth/default.txt +++ b/docs/topics/auth/default.txt @@ -1608,7 +1608,7 @@ Helper functions Defaults to :setting:`settings.LOGIN_URL ` if not supplied. * ``redirect_field_name``: The name of a ``GET`` field containing the - URL to redirect to after log out. Overrides ``next`` if the given + URL to redirect to after login. Overrides ``next`` if the given ``GET`` parameter is passed. .. _built-in-auth-forms: