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
This commit is contained in:
parent
6d863fef8a
commit
6a71c768bc
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue