Commit 030b5539 authored by Preston Holmes's avatar Preston Holmes
Browse files

Removed incorrectly reintroduced 1.3 version notes

parent 2aac3ce0
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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.