Code in Python Blog
Showing posts with label
prefetch_related
.
Show all posts
Showing posts with label
prefetch_related
.
Show all posts
Saturday, February 20, 2016
Django prefetch_related VS select_related in a single database query
Imagine the following model:
class Parent(Model): ... class Child(Model) parent = ForeignKey(Parent) ...
I want to list all
parents
along with
first related child
.
Read more »
Older Posts
Home
Subscribe to:
Posts (Atom)