mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
[1.5.x] Fixed broken links, round 4. refs #19516
Backport of 067505ad19
from master
This commit is contained in:
parent
d529d413f7
commit
9e5ada79bf
30 changed files with 164 additions and 155 deletions
|
@ -349,7 +349,7 @@ Login and logout signals
|
|||
The auth framework uses two :doc:`signals </topics/signals>` that can be used
|
||||
for notification when a user logs in or out.
|
||||
|
||||
.. function:: django.contrib.auth.signals.user_logged_in
|
||||
.. function:: user_logged_in
|
||||
|
||||
Sent when a user logs in successfully.
|
||||
|
||||
|
@ -364,7 +364,7 @@ for notification when a user logs in or out.
|
|||
``user``
|
||||
The user instance that just logged in.
|
||||
|
||||
.. function:: django.contrib.auth.signals.user_logged_out
|
||||
.. function:: user_logged_out
|
||||
|
||||
Sent when the logout method is called.
|
||||
|
||||
|
@ -379,9 +379,9 @@ for notification when a user logs in or out.
|
|||
The user instance that just logged out or ``None`` if the
|
||||
user was not authenticated.
|
||||
|
||||
.. function:: django.contrib.auth.signals.user_login_failed
|
||||
.. function:: user_login_failed
|
||||
|
||||
.. versionadded:: 1.5
|
||||
.. versionadded:: 1.5
|
||||
|
||||
Sent when the user failed to login successfully
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue