为什么我的 Django 过滤器不起作用?

发布于 2024-10-10 12:17:32 字数 266 浏览 2 评论 0原文

Submitted on {{ post.date|date:"D. M d, P" }}
Submitted {{ post.date|timesince }} ago

timessince 过滤器不起作用。

Submitted on Tue. Jan 04, 9:45 p.m. 
Submitted 0 minutes ago

正如您所看到的,日期过滤器有效,但 timessince 无效。

Submitted on {{ post.date|date:"D. M d, P" }}
Submitted {{ post.date|timesince }} ago

The timesince filter does not work.

Submitted on Tue. Jan 04, 9:45 p.m. 
Submitted 0 minutes ago

As you can see , the date filter works, but timesince does not.

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

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

发布评论

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

评论(1

酷到爆炸 2024-10-17 12:17:32

也许将来会发生post.date

Maybe post.date in the future?

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