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:
parent
9ef491b028
commit
82d09948ae
|
@ -822,7 +822,7 @@ relationship should work. All are optional:
|
|||
======================= ============================================================
|
||||
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
|
||||
that the object will not have its own admin
|
||||
interface. Use either ``models.TABULAR`` or ``models.STACKED``,
|
||||
|
|
Loading…
Reference in New Issue