Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
クエリリストにフィルターを何度でも適用できるのと同じように、それを知りたいだけです。
このようにクエリリストに生のSQLを適用できますか
models.Burn.active.filter(some filter).raw('custom sql')
いいえ、それはできません。オブジェクトのみrawをmanager呼び出すことができます。
raw
manager
filternew を返すため、それQuerySetを呼び出すことはできませんraw。
filter
QuerySet