From 132afbf8eee837b6fe2d051f7eced4889e19de88 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Fri, 26 Nov 2010 13:33:27 +0000 Subject: Fixed #5612 -- Added login and logout signals to contrib auth app. Thanks SmileyChris and pterk. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14710 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/signals.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/ref') diff --git a/docs/ref/signals.txt b/docs/ref/signals.txt index 4c1db33b87..36ad071a75 100644 --- a/docs/ref/signals.txt +++ b/docs/ref/signals.txt @@ -12,6 +12,9 @@ A list of all the signals that Django sends. The :doc:`comment framework ` sends a :doc:`set of comment-related signals `. + The :ref:`authentication framework ` sends :ref:`signals when + a user is logged in / out `. + Model signals ============= -- cgit v1.3