From 82d09948aef719d564a4f1535b590c7a006df6f5 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Thu, 26 Jun 2008 05:21:29 +0000 Subject: [PATCH] Fixed #7482 -- Fixed an awkward wording in docs/model-api.txt. Thanks, cbmeeks git-svn-id: http://code.djangoproject.com/svn/django/trunk@7757 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/model-api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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``,