summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-01-17 18:11:47 -0500
committerTim Graham <timograham@gmail.com>2015-01-17 18:18:06 -0500
commitecbe20fe20ddc54aa034530b38a73195ee3f598d (patch)
tree057c3f6231685dd14597f33f70c13e213a29cade
parent29737a2949e9b56df03dae3f84fccd8fe0443358 (diff)
[1.7.x] Added versionadded to ModelAdmin.get_formsets_with_inlines(); refs #20702.
Backport of 7cfcdd98dcf0dbbde7cfd656e450c52342dbe6f3 from stable/1.8.x
-rw-r--r--docs/ref/contrib/admin/index.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt
index ea00cb3a59..107b8b7f4e 100644
--- a/docs/ref/contrib/admin/index.txt
+++ b/docs/ref/contrib/admin/index.txt
@@ -1517,6 +1517,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.