1
0
mirror of https://github.com/django/django.git synced 2025-09-18 15:09:12 +00:00

[5.2.x] Fixed typo in docs/ref/contrib/contenttypes.txt.

Backport of c48904a225e2e8f02274257247d5b7d29c5fe183 from main.
This commit is contained in:
Jacob Walls 2025-09-05 15:17:28 -04:00
parent b8df1eb7c2
commit 1dbf415a18

View File

@ -386,7 +386,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
-------------------------