diff options
| author | Tim Graham <timograham@gmail.com> | 2013-01-22 06:46:22 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-01-22 07:55:34 -0500 |
| commit | 5b2d9bacd2512bcdf371c05b0b43bc713dcca080 (patch) | |
| tree | 329b7c59d71bbc6db3979a5d8eaed860bb95c6d6 /docs/ref/contrib/admin | |
| parent | e535da6865f0e02f0b593b52ed2e040b24a886d6 (diff) | |
Fixed #19640 - Added inlineformset_factory to reference docs.
Thanks wim@ for the suggestion.
Diffstat (limited to 'docs/ref/contrib/admin')
| -rw-r--r-- | docs/ref/contrib/admin/index.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index b273255c71..ee04d77d32 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -1520,8 +1520,8 @@ The ``InlineModelAdmin`` class adds: .. attribute:: InlineModelAdmin.form The value for ``form`` defaults to ``ModelForm``. This is what is passed - through to ``inlineformset_factory`` when creating the formset for this - inline. + through to :func:`~django.forms.models.inlineformset_factory` when + creating the formset for this inline. .. attribute:: InlineModelAdmin.extra |
