#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)
Change History (5)
by , 15 years ago
| Attachment: | 15236.diff added |
|---|
comment:1 by , 15 years ago
| Has patch: | set |
|---|
comment:2 by , 15 years ago
| Triage Stage: | Unreviewed → Ready for checkin |
|---|
Note:
See TracTickets
for help on using tickets.
Fixed documentation of django.contrib.auth signals