1
0
mirror of https://github.com/django/django.git synced 2025-01-03 06:55:47 +00:00

Fixed typo in docs/topics/auth/default.txt.

This commit is contained in:
Adrienne Franke 2024-01-22 10:43:13 -06:00 committed by GitHub
parent 184d82d848
commit 8570e091d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1608,7 +1608,7 @@ Helper functions
Defaults to :setting:`settings.LOGIN_URL <LOGIN_URL>` if not supplied. Defaults to :setting:`settings.LOGIN_URL <LOGIN_URL>` if not supplied.
* ``redirect_field_name``: The name of a ``GET`` field containing the * ``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. ``GET`` parameter is passed.
.. _built-in-auth-forms: .. _built-in-auth-forms: