diff options
| author | Carl Meyer <carl@oddbird.net> | 2010-10-09 22:42:01 +0000 |
|---|---|---|
| committer | Carl Meyer <carl@oddbird.net> | 2010-10-09 22:42:01 +0000 |
| commit | 846febeb7abc935b986d168432323c49a3ee6735 (patch) | |
| tree | 1542f35675f7499fcb0dce9c8a408d7b48a603ff /docs/ref/models | |
| parent | ee8fc8d93af9d5dbba45dc8b0cdcc4658d71d161 (diff) | |
[1.2.X] Fixed misspelling in model fields docs. Backport of [14096] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14097 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/models')
| -rw-r--r-- | docs/ref/models/fields.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index a390b4b843..e107f41454 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -925,8 +925,8 @@ define the details of how the relation works. <abstract-base-classes>`; and when you do so :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. + 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:: user = models.ForeignKey(User, related_name='+') |
