diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2008-06-26 05:21:29 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2008-06-26 05:21:29 +0000 |
| commit | 82d09948aef719d564a4f1535b590c7a006df6f5 (patch) | |
| tree | 6a619a14fadd14ce308e63f6eb2280ed9e0e0cfb /docs | |
| parent | 9ef491b0281e74ec975c536b06521fcb9e7a0b88 (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/model-api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/model-api.txt b/docs/model-api.txt index b70cd4bea1..1bed4ee818 100644 --- a/docs/model-api.txt +++ b/docs/model-api.txt @@ -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``, |
