[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.
This commit is contained in:
Claude Paroz 2013-03-01 22:15:23 +01:00
parent ed381bd922
commit d43dfdf4b9
1 changed files with 2 additions and 2 deletions

View File

@ -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