diff options
| author | Tim Graham <timograham@gmail.com> | 2014-05-12 06:59:23 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-05-12 06:59:23 -0400 |
| commit | 986bd41f8a6e7a667380c59d347edbdf61b7fd02 (patch) | |
| tree | 146a2ee231288688ef31a8531dbe9446f61f700f /docs/ref | |
| parent | a9b7f31bfc0e40e0447a22bc4725e449c354f02b (diff) | |
Fixed #22613 -- Added formfield_for_choice_field() to the list of methods that InlineModelAdmin supports.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/admin/index.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index e25326b901..9890dd7135 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -1903,6 +1903,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` |
