Author: gabrielhurley
Date: 2010-12-28 18:09:46 -0600 (Tue, 28 Dec 2010)
New Revision: 15093

Modified:
   django/branches/releases/1.2.X/docs/ref/signals.txt
Log:
[1.2.X] Fixed a crossref formatting problem in the signals reference docs.

Backport of [15092] from trunk.

Modified: django/branches/releases/1.2.X/docs/ref/signals.txt
===================================================================
--- django/branches/releases/1.2.X/docs/ref/signals.txt 2010-12-29 00:09:09 UTC 
(rev 15092)
+++ django/branches/releases/1.2.X/docs/ref/signals.txt 2010-12-29 00:09:46 UTC 
(rev 15093)
@@ -31,9 +31,9 @@
     If you override these methods on your model, you must call the parent 
class'
     methods for this signals to be sent.
 
-       Note also that Django stores signal handlers as weak references by 
default,
-       so if your handler is a local function, it may be garbage collected.  To
-       prevent this, pass ``weak=False`` when you call the signal's 
:meth:`~django.dispatch.Signal.connect`.
+    Note also that Django stores signal handlers as weak references by default,
+    so if your handler is a local function, it may be garbage collected.  To
+    prevent this, pass ``weak=False`` when you call the signal's 
:meth:`~django.dispatch.Signal.connect`.
 
 pre_init
 --------
@@ -466,8 +466,8 @@
 
     sender
         The database wrapper class -- i.e.
-        :class: `django.db.backends.postgresql_psycopg2.DatabaseWrapper` or
-        :class: `django.db.backends.mysql.DatabaseWrapper`, etc.
+        :class:`django.db.backends.postgresql_psycopg2.DatabaseWrapper` or
+        :class:`django.db.backends.mysql.DatabaseWrapper`, etc.
 
     connection
         The database connection that was opened. This can be used in a

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to