summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-06-29 14:14:32 -0400
committerTim Graham <timograham@gmail.com>2013-06-29 14:14:32 -0400
commit3fd0ee5b46807c18c731045b4f5b360b5b091c61 (patch)
tree6463b7a7a00424f242467e21d270d4cd2216f775 /docs
parent74151765073ce280cc5df0bfe411971c6212a0ff (diff)
Fixed #20677 - Typos in generic_inlineformset_factory docs.
Thanks Riley Strong for the report.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/contenttypes.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/contrib/contenttypes.txt b/docs/ref/contrib/contenttypes.txt
index de9c5dcbd6..199401c64a 100644
--- a/docs/ref/contrib/contenttypes.txt
+++ b/docs/ref/contrib/contenttypes.txt
@@ -506,9 +506,9 @@ information.
Returns a ``GenericInlineFormSet`` using
:func:`~django.forms.models.modelformset_factory`.
- You must provide ``ct_field`` and ``object_id`` if they different from the
- defaults, ``content_type`` and ``object_id`` respectively. Other parameters
- are similar to those documented in
+ You must provide ``ct_field`` and ``fk_field`` if they are different from
+ the defaults, ``content_type`` and ``object_id`` respectively. Other
+ parameters are similar to those documented in
:func:`~django.forms.models.modelformset_factory` and
:func:`~django.forms.models.inlineformset_factory`.