summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPreston Holmes <preston@ptone.com>2012-10-01 14:53:21 -0700
committerPreston Holmes <preston@ptone.com>2012-10-01 14:53:21 -0700
commit030b55393ea1164080a25eb6e241e43918bae8ac (patch)
treead183b3e469c5678ce8420b2a5980e66961f3823 /docs
parent2aac3ce0c6d944093f5c32e170c9a0d90e8e1f94 (diff)
Removed incorrectly reintroduced 1.3 version notes
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/auth.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/topics/auth.txt b/docs/topics/auth.txt
index 421c371cc9..f9c9057baa 100644
--- a/docs/topics/auth.txt
+++ b/docs/topics/auth.txt
@@ -877,7 +877,6 @@ for notification when a user logs in or out.
.. data:: django.contrib.auth.signals.user_logged_in
:module:
-.. versionadded:: 1.3
Sent when a user logs in successfully.
@@ -894,7 +893,6 @@ Arguments sent with this signal:
.. data:: django.contrib.auth.signals.user_logged_out
:module:
-.. versionadded:: 1.3
Sent when the logout method is called.