📜  django 模型查询 orber by - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:33.785000             🧑  作者: Mango

代码示例1
Entry.objects.filter(pub_date__year=2005).order_by('-pub_date', 'headline')