Django 1.2.1 Inline Admin for Many To Many Fields

后端 未结 2 910
花落未央
花落未央 2021-02-07 18:04

I recently upgraded to Django 1.2.1 because I was specifically interested in the ability to have basic many-to-many inline fields. When using the admin like so:

Initial

2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-07 18:54

    If I remember correctly (and it's been a while since I've done this part), you need to add the admin for Ingredient and set it to have the custom ModelForm. Then that form will be used in the inline version of Ingredient.

提交回复
热议问题