在Django管理站点的TubularInlin中添加注释

2024-10-01 00:24:57 发布

您现在位置:Python中文网/ 问答频道 /正文

目前我的django管理站点的设置如下

Topic

  submit_date: 2018/09/25
  submit_user: blah

Topic-category1

  sub-topic    field1    field2
---------------------------------
  bleh         bleh1     bleh2
  mlem         mlem1     mlem2

Topic-category2

  something    something1    something2
---------------------------------------
  asd          asd1          asd2
  asd2         asd2-1        asd2-2

我想在Topic-category1和表之间添加一个note部分,如下所示

Topic-category1

<this is where the note goes, functions like description>

  sub-topic    field1    field2
---------------------------------
  bleh         bleh1     bleh2
  mlem         mlem1     mlem2

django管理员有办法做到这一点吗?我没有使用任何自定义表单。只使用ModelAdmin并在这里和那里修改变量


Tags: djangotopicnotesubmitfield2field1category1bleh