摘要: 将原来的年月日按照月份来截取统计数据,具体参考如下 官方示例: -官方提供 from django.db.models.functions import TruncMonth Article.objects .annotate(month=TruncMonth('timestamp')) # Tru 阅读全文
posted @ 2023-04-17 23:01 super_ip 阅读(50) 评论(0) 推荐(0) 编辑