Kaydet (Commit) 986bd41f authored tarafından Tim Graham's avatar Tim Graham

Fixed #22613 -- Added formfield_for_choice_field() to the list of methods that…

Fixed #22613 -- Added formfield_for_choice_field() to the list of methods that InlineModelAdmin supports.
üst a9b7f31b
...@@ -1903,6 +1903,7 @@ adds some of its own (the shared features are actually defined in the ...@@ -1903,6 +1903,7 @@ adds some of its own (the shared features are actually defined in the
- :attr:`~ModelAdmin.radio_fields` - :attr:`~ModelAdmin.radio_fields`
- :attr:`~ModelAdmin.readonly_fields` - :attr:`~ModelAdmin.readonly_fields`
- :attr:`~InlineModelAdmin.raw_id_fields` - :attr:`~InlineModelAdmin.raw_id_fields`
- :meth:`~ModelAdmin.formfield_for_choice_field`
- :meth:`~ModelAdmin.formfield_for_foreignkey` - :meth:`~ModelAdmin.formfield_for_foreignkey`
- :meth:`~ModelAdmin.formfield_for_manytomany` - :meth:`~ModelAdmin.formfield_for_manytomany`
- :meth:`~ModelAdmin.has_add_permission` - :meth:`~ModelAdmin.has_add_permission`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment