Skip to content

Commit

Permalink
Fixed #18257 -- Typo in contenttypes docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaugustin committed May 10, 2012
1 parent 169b1a4 commit c970bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/contrib/contenttypes.txt
Expand Up @@ -328,7 +328,7 @@ Due to the way :class:`~django.contrib.contenttypes.generic.GenericForeignKey`
is implemented, you cannot use such fields directly with filters (``filter()``
and ``exclude()``, for example) via the database API. Because a
:class:`~django.contrib.contenttypes.generic.GenericForeignKey` isn't a
normal field objects, these examples will *not* work::
normal field object, these examples will *not* work::

# This will fail
>>> TaggedItem.objects.filter(content_object=guido)
Expand Down

0 comments on commit c970bcf

Please sign in to comment.