Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#15236 closed (fixed)

Typo in django.contrib.auth signals

Reported by: Claude Paroz Owned by: nobody
Component: Documentation Version: dev
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

http://docs.djangoproject.com/en/dev/topics/auth/#login-and-logout-signals :

django.contrib.auth.signals.user_logged_outs (wrong final 's')

Moreover, the "added in 1.3" note is missing.

Attachments (1)

15236.diff (661 bytes ) - added by Claude Paroz 13 years ago.
Fixed documentation of django.contrib.auth signals

Download all attachments as: .zip

Change History (5)

by Claude Paroz, 13 years ago

Attachment: 15236.diff added

Fixed documentation of django.contrib.auth signals

comment:1 by Claude Paroz, 13 years ago

Has patch: set

comment:2 by Russell Keith-Magee, 13 years ago

Triage Stage: UnreviewedReady for checkin

comment:3 by Gabriel Hurley, 13 years ago

Resolution: fixed
Status: newclosed

In [15444]:

Fixed #15236 -- corrected a typo and added a versionadded directive for the user_logged_in and user_logged_out signals. Thanks to claudep for the report and patch.

comment:4 by Jacob, 13 years ago

milestone: 1.3

Milestone 1.3 deleted

Note: See TracTickets for help on using tickets.
Back to Top