Django 管理员是否提供模型的分组编辑?

发布于 2024-09-06 21:15:59 字数 131 浏览 0 评论 0原文

例如,我有一个名为 Person 的模型,它有一个名为“isAthlete”的布尔字段。我希望能够为其中 50 条人员记录勾选 True,然后点击提交,而不必进入每个人员模型记录并进行更改。是否有简单的或已经提供的方法在 Django 中进行设置?

For instance, I have a model called Person, and it has a bool field called 'isAthlete'. I would like to be able to check off True for 50 of these Person records, and then hit submit, without having to go into each Person model record and make the change. Is there an easy or already provided way to set this up in Django?

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

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你丑哭了我 2024-09-13 21:15:59

您可以使用 django 管理操作来执行此操作,http://docs。 djangoproject.com/en/dev/ref/contrib/admin/actions/

you can do this using django admin actions, http://docs.djangoproject.com/en/dev/ref/contrib/admin/actions/

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