Skip to content

Commit

Permalink
[1.5.x] Fixed #19960 -- Fixed sentence in contrib.auth signals docs
Browse files Browse the repository at this point in the history
Thanks edd at slipszenko.net for the report.
Backport of 6d3b0c3 from master.
  • Loading branch information
claudep committed Mar 1, 2013
1 parent ed381bd commit d43dfdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ref/contrib/auth.txt
Expand Up @@ -346,8 +346,8 @@ Login and logout signals

.. module:: django.contrib.auth.signals

The auth framework uses two :doc:`signals </topics/signals>` that can be used
for notification when a user logs in or out.
The auth framework uses the following :doc:`signals </topics/signals>` that
can be used for notification when a user logs in or out.

.. function:: user_logged_in

Expand Down

0 comments on commit d43dfdf

Please sign in to comment.