Commit 7cbc2329 authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

Fixed #11359 -- Added a link to the signals topic guide in the signals...

Fixed #11359 -- Added a link to the signals topic guide in the signals reference. Thanks to tyson for the suggestion.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11540 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 9aef7dd9
Loading
Loading
Loading
Loading
+15 −12
Original line number Diff line number Diff line
@@ -8,6 +8,9 @@ A list of all the signals that Django sends.

.. seealso::

    See the documentation on the :ref:`signal dispatcher <topics-signals>` for
 	information regarding how to register for and receive signals.

    The :ref:`comment framework <ref-contrib-comments-index>` sends a :ref:`set
    of comment-related signals <ref-contrib-comments-signals>`.