如何在admin.StackedInline中显示更多内容

发布于 2024-09-05 09:44:29 字数 273 浏览 2 评论 0原文

我有文章模型和评论模型。注释在 admin.py 中创建为 admin.StackedInline,它有几个字段,特别是 content 和 lastUpdate。对于lastUpdate,我指定如下:lastUpdate = models.DateTimeField('last update', auto_now=True)。可以理解的是,当我尝试添加新评论(或编辑旧评论)时,不会显示lastUpdate。但是,如果可能的话,我希望它以只读方式显示较旧的评论。有办法实现这一点吗?

多谢!

贾森

I have Article model and a Comment model. Comment is created in admin.py as admin.StackedInline, and it has several fields, notably content and lastUpdate. For lastUpdate, i have specified as follows: lastUpdate = models.DateTimeField('last update', auto_now=True). Understandably, lastUpdate is not displayed when i try to add new comment (or edit old ones). However, i would like it to display for older comments if possible, as a read only thing. Is there anyway of accomplishing that?

Thanks a lot!

Jason

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文