我想在模板之外,实际上是在模型内部,使用django.contrib.humanize来使某些文本消息中的某些日期人性化。可能吗?我怎样才能做到这一点? 最佳答案 您可以将函数导入模型中:from django.contrib.humanize.templatetags.humanize import naturalday natural_day = naturalday(value)