How to show suggestions of existing child record in TabularInline in django admin?

前端 未结 0 1818
無奈伤痛
無奈伤痛 2021-01-11 16:18

I want to show suggestion of existing child record while adding child record to parent.

class IndustryInline(admin.TabularInline):
    model = Industry



cla         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题