diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-09-05 15:17:28 -0400 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-09-13 11:24:43 -0400 |
| commit | c48904a225e2e8f02274257247d5b7d29c5fe183 (patch) | |
| tree | e8b574a275ecff8ab6cab2af8de979a2cbc316b7 /docs | |
| parent | 9932866e3a7693930a90a924014c10614820ea70 (diff) | |
Fixed typo in docs/ref/contrib/contenttypes.txt.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/contenttypes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/contenttypes.txt b/docs/ref/contrib/contenttypes.txt index 2f0b45ff25..72bee36a08 100644 --- a/docs/ref/contrib/contenttypes.txt +++ b/docs/ref/contrib/contenttypes.txt @@ -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 ------------------------- |
