diff --git a/docs/ref/contrib/contenttypes.txt b/docs/ref/contrib/contenttypes.txt
index bfe92b8..a996387 100644
a
|
b
|
creating a ``TaggedItem``::
|
349 | 349 | |
350 | 350 | Due to the way :class:`~django.contrib.contenttypes.generic.GenericForeignKey` |
351 | 351 | is implemented, you cannot use such fields directly with filters (``filter()`` |
352 | | and ``exclude()``, for example) via the database API. Because a |
| 352 | and ``exclude()``, for example) via the database API or in forms. Because a |
353 | 353 | :class:`~django.contrib.contenttypes.generic.GenericForeignKey` isn't a |
354 | 354 | normal field object, these examples will *not* work:: |
355 | 355 | |