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:
parent
b8df1eb7c2
commit
1dbf415a18
@ -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
|
||||
-------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user