Fixed misspelling in model fields docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14096 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
16089ba135
commit
b61cafb146
|
@ -925,7 +925,7 @@ 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
|
||||
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::
|
||||
|
||||
|
|
Loading…
Reference in New Issue