🐈

A Note on Ascending vs. Descending in Django Because I Always Forget

This article was automatically translated from theJapanese original by AI. It may contain translation errors.

This post was published over 1 year ago. Its content may be outdated.

Book.objects.filter(title__contains="星").sort("title")
Book.objects.filter(title__contains="星").sort("-title")

I can never remember which one is ascending and which is descending.

No hyphen (“title”)With hyphen (“-title”)
AscendingDescending
Smallest to largestLargest to smallest
1, 2, 310, 9, 8
a, b, cz, y, x
あ、い、うん、を、わ
2020/01/01, 2020/02/012024/12/01, 2024/11/01

Recent Articles

Network(beta)

Drag to move / Ctrl+wheel to zoom