diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/contenttypes.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ref/contrib/contenttypes.txt b/docs/ref/contrib/contenttypes.txt index 21e65f168b..58a309c17d 100644 --- a/docs/ref/contrib/contenttypes.txt +++ b/docs/ref/contrib/contenttypes.txt @@ -358,6 +358,9 @@ normal field object, these examples will *not* work:: # This will also fail >>> TaggedItem.objects.get(content_object=guido) +Likewise, :class:`~django.contrib.contenttypes.generic.GenericForeignKey`\s +does not appear in :class:`~django.forms.ModelForm`\s. + Reverse generic relations ------------------------- |
