Posts tagged with "only()"
There are a total of 1 posts.
Django QuerySet的 `.only()` 與 `.values()` – 差異與使用方法比較
Published 二月 01, 2025 by whitedec
比較 Django QuerySet 的 .only() 和 .values() 方法的差異及使用方法,了解各自的優點和使用時機,學習性能優化的選擇方法。
#django , #orm , #values() , #queryset_method , #only()