1
0
mirror of https://github.com/django/django.git synced 2025-09-15 13:39:11 +00:00

Fixed typo in docs/ref/contrib/contenttypes.txt.

This commit is contained in:
Jacob Walls 2025-09-05 15:17:28 -04:00
parent 9932866e3a
commit c48904a225

View File

@ -383,7 +383,7 @@ normal field object, these examples will *not* work:
>>> TaggedItem.objects.get(content_object=guido)
Likewise, :class:`~django.contrib.contenttypes.fields.GenericForeignKey`\s
does not appear in :class:`~django.forms.ModelForm`\s.
do not appear in :class:`~django.forms.ModelForm`\s.
Reverse generic relations
-------------------------