summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-05-12 06:59:23 -0400
committerTim Graham <timograham@gmail.com>2014-05-12 07:01:23 -0400
commit42f8029b366054cbcbc88a4f1a32e424e1938faf (patch)
tree6bcaad7202371b136f1e077b4fc6ea0f43b0a37b /docs/ref
parent129c446e86f9a5832df54a432503ba510a6b3e0f (diff)
[1.6.x] Fixed #22613 -- Added formfield_for_choice_field() to the list of methods that InlineModelAdmin supports.
Backport of 986bd41f8a from master
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/admin/index.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt
index b08d201d8e..23abeda5c1 100644
--- a/docs/ref/contrib/admin/index.txt
+++ b/docs/ref/contrib/admin/index.txt
@@ -1711,6 +1711,7 @@ adds some of its own (the shared features are actually defined in the
- :attr:`~ModelAdmin.radio_fields`
- :attr:`~ModelAdmin.readonly_fields`
- :attr:`~InlineModelAdmin.raw_id_fields`
+- :meth:`~ModelAdmin.formfield_for_choice_field`
- :meth:`~ModelAdmin.formfield_for_foreignkey`
- :meth:`~ModelAdmin.formfield_for_manytomany`
- :meth:`~ModelAdmin.has_add_permission`