diff options
| author | Tim Graham <timograham@gmail.com> | 2014-05-12 06:59:23 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-05-12 07:01:19 -0400 |
| commit | 2455699a9167b6696941ae2804b1e59e64083d71 (patch) | |
| tree | 11b84b073f9fd486b63abab0ebfdb7cfdc8fb764 /docs | |
| parent | ff938b36231e98dbefc4d2a73dde30d67a338866 (diff) | |
[1.7.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')
| -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 db8a444ab8..3954357366 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -1927,6 +1927,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` |
