diff options
| author | Brian Rosner <brosner@gmail.com> | 2008-08-15 21:14:22 +0000 |
|---|---|---|
| committer | Brian Rosner <brosner@gmail.com> | 2008-08-15 21:14:22 +0000 |
| commit | 6a71c768bc3f3eef34f9fe12cc7a2fa0f1cc05ab (patch) | |
| tree | 68068fcb5b5e1cac007cd727d9b2215d1924af36 | |
| parent | 6d863fef8a992ef28b081e9fa6043e4a9799e965 (diff) | |
Fixed #8352 -- Corrected a typo in the contenttypes.txt documentation. Thanks cjs for the ticket.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8394 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/contenttypes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contenttypes.txt b/docs/contenttypes.txt index 4d5fcc6cb8..a07ff5d70d 100644 --- a/docs/contenttypes.txt +++ b/docs/contenttypes.txt @@ -265,7 +265,7 @@ the example above, this means that if a ``Bookmark`` object were deleted, any Generic relations in forms and admin ------------------------------------ -``django.contrib.contenttypes.genric`` provides both a ``GenericInlineFormSet`` +``django.contrib.contenttypes.generic`` provides both a ``GenericInlineFormSet`` and ``GenericInlineModelAdmin``. This enables the use of generic relations in forms and the admin. See the `model formset`_ and `admin`_ documentation for more information. |
