Author: DrMeers
Date: 2010-10-09 02:53:17 -0500 (Sat, 09 Oct 2010)
New Revision: 14068

Modified:
   django/trunk/docs/ref/models/fields.txt
Log:
Tiny formatting tweak.


Modified: django/trunk/docs/ref/models/fields.txt
===================================================================
--- django/trunk/docs/ref/models/fields.txt     2010-10-09 07:48:09 UTC (rev 
14067)
+++ django/trunk/docs/ref/models/fields.txt     2010-10-09 07:53:17 UTC (rev 
14068)
@@ -926,7 +926,7 @@
     :ref:`some special syntax <abstract-related-name>` is available.
 
     If you wish to supress the provision of a backwards relation, you may
-    simply provide a ``related_name`` which ends with a '+' character.
+    simply provide a ``related_name`` which ends with a ``'+'`` character.
     For example::
    
         user = models.ForeignKey(User, related_name='+')

-- 
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