Fixed #7482 -- Fixed an awkward wording in docs/model-api.txt. Thanks, cbmeeks <cbmeeks@gmail.com>

git-svn-id: http://code.djangoproject.com/svn/django/trunk@7757 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2008-06-26 05:21:29 +00:00
parent 9ef491b028
commit 82d09948ae
1 changed files with 1 additions and 1 deletions

View File

@ -822,7 +822,7 @@ relationship should work. All are optional:
======================= ============================================================ ======================= ============================================================
Argument Description Argument Description
======================= ============================================================ ======================= ============================================================
``edit_inline`` If not ``False``, this related object is edited ``edit_inline`` If ``True``, this related object is edited
"inline" on the related object's page. This means "inline" on the related object's page. This means
that the object will not have its own admin that the object will not have its own admin
interface. Use either ``models.TABULAR`` or ``models.STACKED``, interface. Use either ``models.TABULAR`` or ``models.STACKED``,