#19960 closed Uncategorized (fixed)
Authentication documentation claims to send 2 signals instead of 3
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Documentation | Version: | 1.5 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
At https://docs.djangoproject.com/en/1.5/ref/contrib/auth/#module-django.contrib.auth.signals the docs claim that it sends two signals, when I believe it now sends three with user_login_failed() being added in Django 1.5
Note:
See TracTickets
for help on using tickets.
In 6d3b0c33dcb38cdb3e72531c447250e76cd3e486: