Commit d43dfdf4 authored by Claude Paroz's avatar Claude Paroz
Browse files

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

Thanks edd at slipszenko.net for the report.
Backport of 6d3b0c33 from master.
parent ed381bd9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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