摘要: django官方提供的一个orm语法 1 from django.db.models.functions import TruncMonth 2 Sales.objects 3 .annotate(month=TruncMonth('timestamp')) # Truncate to month 阅读全文
posted @ 2022-04-16 20:24 _yessir 阅读(282) 评论(0) 推荐(0) 编辑