From d43dfdf4b965bb77edb4631c3710fa423b722b93 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Fri, 1 Mar 2013 22:15:23 +0100 Subject: [PATCH] [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. --- docs/ref/contrib/auth.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ref/contrib/auth.txt b/docs/ref/contrib/auth.txt index b12c99fb91f..d5d4ff9c965 100644 --- a/docs/ref/contrib/auth.txt +++ b/docs/ref/contrib/auth.txt @@ -346,8 +346,8 @@ Login and logout signals .. module:: django.contrib.auth.signals -The auth framework uses two :doc:`signals ` that can be used -for notification when a user logs in or out. +The auth framework uses the following :doc:`signals ` that +can be used for notification when a user logs in or out. .. function:: user_logged_in