• <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中设置另一个内联标题?

        How to set another Inline title in Django Admin?(如何在Django Admin中设置另一个内联标题?)

          • <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中设置另一个内联标题?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  GUI Freezes while downloading PyQt5 and Pytube(GUI在下载PyQt5和Pytube时冻结)
                  How to solve memory issues while multiprocessing using Pool.map()?(如何解决使用Pool.map()进行多处理时的内存问题?)
                  Python - How to use FastAPI and uvicorn.run without blocking the thread?(Python-如何使用FastAPI和uvicorn.run而不阻塞线程?)
                  How to increment a shared counter from multiple processes?(如何从多个进程递增共享计数器?)
                  Using pika, how to connect to rabbitmq running in docker, started with docker-compose with external network?(使用pika,如何连接运行在docker中的rabbitmq,从docker开始-与外部网络连接?)
                  How to use .rolling() on each row of a Pandas dataframe?(如何对 pandas 数据帧的每一行使用.roll()?)

                    <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'>

                          <tbody id='1KOaG'></tbody>
                        • <tfoot id='1KOaG'></tfoot>