[1.7.x] Added versionadded to ModelAdmin.get_formsets_with_inlines(); refs #20702.
Backport of 7cfcdd98dcf0dbbde7cfd656e450c52342dbe6f3 from stable/1.8.x
This commit is contained in:
parent
29737a2949
commit
ecbe20fe20
@ -1517,6 +1517,8 @@ templates used by the :class:`ModelAdmin` views:
|
|||||||
|
|
||||||
.. method:: ModelAdmin.get_formsets_with_inlines(request, obj=None)
|
.. method:: ModelAdmin.get_formsets_with_inlines(request, obj=None)
|
||||||
|
|
||||||
|
.. versionadded:: 1.7
|
||||||
|
|
||||||
Yields (``FormSet``, :class:`InlineModelAdmin`) pairs for use in admin add
|
Yields (``FormSet``, :class:`InlineModelAdmin`) pairs for use in admin add
|
||||||
and change views.
|
and change views.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user