Kaydet (Commit) ac9c7701 authored tarafından Daniel Hahler's avatar Daniel Hahler Kaydeden (comit) Tim Graham

Replaced reference to ModelAdmin.get_formsets() (deprecated) with get_formsets_with_inlines().

üst 0399523c
...@@ -2031,7 +2031,7 @@ The ``InlineModelAdmin`` class adds: ...@@ -2031,7 +2031,7 @@ The ``InlineModelAdmin`` class adds:
Returns a :class:`~django.forms.models.BaseInlineFormSet` class for use in Returns a :class:`~django.forms.models.BaseInlineFormSet` class for use in
admin add/change views. See the example for 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) .. method:: InlineModelAdmin.get_extra(request, obj=None, **kwargs)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment