From b61cafb146a574893138630c4d289757c21eb86b Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Sat, 9 Oct 2010 22:38:51 +0000 Subject: [PATCH] Fixed misspelling in model fields docs. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14096 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 4d042b267c..e107f41454 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -925,7 +925,7 @@ define the details of how the relation works. `; and when you do so :ref:`some special syntax ` is available. - If you wish to supress the provision of a backwards relation, you may + If you wish to suppress the provision of a backwards relation, you may simply provide a ``related_name`` which ends with a ``'+'`` character. For example::