From 62a9abeff05e4af61878bff7ff615cd298cf0d7e Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 29 Jun 2013 14:14:32 -0400 Subject: [1.5.x] Fixed #20677 - Typos in generic_inlineformset_factory docs. Thanks Riley Strong for the report. Backport of 3fd0ee5b46 from master --- docs/ref/contrib/contenttypes.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/ref/contrib/contenttypes.txt b/docs/ref/contrib/contenttypes.txt index fb85653ce8..966661576a 100644 --- a/docs/ref/contrib/contenttypes.txt +++ b/docs/ref/contrib/contenttypes.txt @@ -497,8 +497,8 @@ 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`. -- cgit v1.3