From 6a71c768bc3f3eef34f9fe12cc7a2fa0f1cc05ab Mon Sep 17 00:00:00 2001 From: Brian Rosner Date: Fri, 15 Aug 2008 21:14:22 +0000 Subject: [PATCH] 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 --- docs/contenttypes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.