diff options
| author | Daniel Hahler <git@thequod.de> | 2014-03-19 22:28:52 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-03-19 20:37:00 -0400 |
| commit | ac9c7701a7ab869e6ec610630c6b1cfd368fe8ce (patch) | |
| tree | d3626ecbf69dfde4c6c11d497a5c1b743eb8f91a | |
| parent | 0399523cf1ac1f6adcfe593e05824ff4f98da3d3 (diff) | |
Replaced reference to ModelAdmin.get_formsets() (deprecated) with get_formsets_with_inlines().
| -rw-r--r-- | docs/ref/contrib/admin/index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index e160926f48..6df99742b6 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -2031,7 +2031,7 @@ The ``InlineModelAdmin`` class adds: Returns a :class:`~django.forms.models.BaseInlineFormSet` class for use in admin add/change views. See the example for - :class:`ModelAdmin.get_formsets`. + :class:`ModelAdmin.get_formsets_with_inlines`. .. method:: InlineModelAdmin.get_extra(request, obj=None, **kwargs) |
