top | item 39895150

(no title)

kileywm | 1 year ago

Product.objects.filter(color="red")

This is the efficient one, filtering results upstream, via SQL, before they are returned to the client.

discuss

order

No comments yet.