Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#19960 closed Uncategorized (fixed)

Authentication documentation claims to send 2 signals instead of 3

Reported by: edd@… 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

Change History (2)

comment:1 by Claude Paroz <claude@…>, 11 years ago

Resolution: fixed
Status: newclosed

In 6d3b0c33dcb38cdb3e72531c447250e76cd3e486:

Fixed #19960 -- Fixed sentence in contrib.auth signals docs

Thanks edd at slipszenko.net for the report.

comment:2 by Claude Paroz <claude@…>, 11 years ago

In d43dfdf4b965bb77edb4631c3710fa423b722b93:

[1.5.x] Fixed #19960 -- Fixed sentence in contrib.auth signals docs

Thanks edd at slipszenko.net for the report.
Backport of 6d3b0c33dc from master.

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