Commit 6a71c768 authored by Brian Rosner's avatar Brian Rosner
Browse files

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
parent 6d863fef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.