Fixed #13597, a small typo in the admin docs.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@13312 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jacob Kaplan-Moss 2010-05-28 15:03:12 +00:00
parent c4e0dc6b5e
commit 1b04cb2348
1 changed files with 1 additions and 1 deletions

View File

@ -1189,7 +1189,7 @@ your admin page for managing the relation.
In all other respects, the ``InlineModelAdmin`` is exactly the same as any
other. You can customize the appearance using any of the normal
``InlineModelAdmin`` properties.
``ModelAdmin`` properties.
Working with Many-to-Many Intermediary Models
----------------------------------------------