mirror of
https://github.com/django/django.git
synced 2025-09-30 14:01:21 +00:00
[1.8.x] Added versionadded to ModelAdmin.get_formsets_with_inlines(); refs #20702.
This commit is contained in:
parent
5512338d4f
commit
7cfcdd98dc
1 changed files with 2 additions and 0 deletions
|
@ -1531,6 +1531,8 @@ templates used by the :class:`ModelAdmin` views:
|
|||
|
||||
.. method:: ModelAdmin.get_formsets_with_inlines(request, obj=None)
|
||||
|
||||
.. versionadded:: 1.7
|
||||
|
||||
Yields (``FormSet``, :class:`InlineModelAdmin`) pairs for use in admin add
|
||||
and change views.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue