Description
Explains how to guarantee the order of conditions in the where clause in Django ORM.
Explains why the order changes when conditions are added to filter and filter chaining, and why the order is guaranteed when using Q objects. And furthermore, it introduces the process until Django ORM becomes an SQL statement.
Ahn Sung-hyun (ash84) Currently serving as CTO at Payhere, and is in charge of backend development. He has been using Python as his main language since 2012. He is mainly interested in software engineering and writing.