1
0
mirror of https://github.com/django/django.git synced 2025-03-09 17:02:43 +00:00

[5.0.x] Fixed typo in docs/topics/auth/default.txt.

Backport of 8570e091d025c4aacc6b76597a3322030c2f8162 from main
This commit is contained in:
Adrienne Franke 2024-01-22 10:43:13 -06:00 committed by Mariusz Felisiak
parent 60bc65eb80
commit d490d009a3

View File

@ -1608,7 +1608,7 @@ Helper functions
Defaults to :setting:`settings.LOGIN_URL <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: