From 2cadc6b10aea168a3da33313e279d56950650b39 Mon Sep 17 00:00:00 2001 From: Simon Meers Date: Sat, 9 Oct 2010 07:53:17 +0000 Subject: [PATCH] Tiny formatting tweak. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14068 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/models/fields.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index a390b4b843..4d042b267c 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -926,7 +926,7 @@ define the details of how the relation works. :ref:`some special syntax ` 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='+')