Django admin custom ArrayField widget

前端 未结 2 1277
春和景丽
春和景丽 2021-02-05 18:17

The current admin widget for ArrayField is one field, with comma as delimiter, like this (text list):

This isn\'t ideal because I would have longer texts (even

2条回答
  •  萌比男神i
    2021-02-05 19:10

    Try to take a look in this one :

    Better ArrayField admin widget?

    I think is more about a js thing after you have rendered the Array in a different way.

提交回复
热议问题