Kaydet (Commit) 82d09948 authored tarafından Adrian Holovaty's avatar Adrian Holovaty

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
üst 9ef491b0
...@@ -822,7 +822,7 @@ relationship should work. All are optional: ...@@ -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``,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment