• <small id='TDWpV'></small><noframes id='TDWpV'>

      <bdo id='TDWpV'></bdo><ul id='TDWpV'></ul>

      1. <tfoot id='TDWpV'></tfoot>

        <legend id='TDWpV'><style id='TDWpV'><dir id='TDWpV'><q id='TDWpV'></q></dir></style></legend>
        <i id='TDWpV'><tr id='TDWpV'><dt id='TDWpV'><q id='TDWpV'><span id='TDWpV'><b id='TDWpV'><form id='TDWpV'><ins id='TDWpV'></ins><ul id='TDWpV'></ul><sub id='TDWpV'></sub></form><legend id='TDWpV'></legend><bdo id='TDWpV'><pre id='TDWpV'><center id='TDWpV'></center></pre></bdo></b><th id='TDWpV'></th></span></q></dt></tr></i><div id='TDWpV'><tfoot id='TDWpV'></tfoot><dl id='TDWpV'><fieldset id='TDWpV'></fieldset></dl></div>

        如何在Django Admin中设置另一个内联标题?

        时间:2024-08-10

          • <bdo id='1aGWo'></bdo><ul id='1aGWo'></ul>

          • <small id='1aGWo'></small><noframes id='1aGWo'>

            <i id='1aGWo'><tr id='1aGWo'><dt id='1aGWo'><q id='1aGWo'><span id='1aGWo'><b id='1aGWo'><form id='1aGWo'><ins id='1aGWo'></ins><ul id='1aGWo'></ul><sub id='1aGWo'></sub></form><legend id='1aGWo'></legend><bdo id='1aGWo'><pre id='1aGWo'><center id='1aGWo'></center></pre></bdo></b><th id='1aGWo'></th></span></q></dt></tr></i><div id='1aGWo'><tfoot id='1aGWo'></tfoot><dl id='1aGWo'><fieldset id='1aGWo'></fieldset></dl></div>
            <tfoot id='1aGWo'></tfoot>
            1. <legend id='1aGWo'><style id='1aGWo'><dir id='1aGWo'><q id='1aGWo'></q></dir></style></legend>
                <tbody id='1aGWo'></tbody>
                • 本文介绍了如何在Django Admin中设置另一个内联标题?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我需要将模型中类Meta的inline title更改为其他值,而不是verbose_name。是否有属性可以实现此目的?

                  推荐答案

                  如文档所述,您需要设置InlineModelAdmin子类的值:

                  InlineModelAdmin.Verbose_Name- 在模型的内部Meta类中找到的Verbose_Name的重写。

                  InlineModelAdmin.VERBOSE_NAME_PLICAL- 在模型的内部Meta类中找到的Verbose_Name_复数的重写。

                  在本例中,我们使用‘phone’代替标题‘device’:

                  class DeviceInline(admin.TabularInline):
                      model = Device
                      verbose_name = "Phone"
                      verbose_name_plural = "My Phones"
                  

                  这篇关于如何在Django Admin中设置另一个内联标题?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:Google云功能,使用python将源Bucket的所有数据复制到另一个Bucket 下一篇:如何在极坐标matplotlib图上用文本(即标签)绘制水平线?(Python)

                  相关文章

                    <bdo id='1KOaG'></bdo><ul id='1KOaG'></ul>

                  1. <i id='1KOaG'><tr id='1KOaG'><dt id='1KOaG'><q id='1KOaG'><span id='1KOaG'><b id='1KOaG'><form id='1KOaG'><ins id='1KOaG'></ins><ul id='1KOaG'></ul><sub id='1KOaG'></sub></form><legend id='1KOaG'></legend><bdo id='1KOaG'><pre id='1KOaG'><center id='1KOaG'></center></pre></bdo></b><th id='1KOaG'></th></span></q></dt></tr></i><div id='1KOaG'><tfoot id='1KOaG'></tfoot><dl id='1KOaG'><fieldset id='1KOaG'></fieldset></dl></div>
                      <legend id='1KOaG'><style id='1KOaG'><dir id='1KOaG'><q id='1KOaG'></q></dir></style></legend>

                      <small id='1KOaG'></small><noframes id='1KOaG'>

                    1. <tfoot id='1KOaG'></tfoot>