Kaydet (Commit) 8cef9a57 authored tarafından Jozef's avatar Jozef Kaydeden (comit) Tim Graham

[2.0.x] Fixed typo in docs/ref/models/querysets.txt.

Backport of 3bd69b12 from master
üst 9a2c2b7a
......@@ -1100,7 +1100,7 @@ one for the restaurants, one for the pizzas, and one for the toppings.
This will fetch the best pizza and all the toppings for the best pizza for each
restaurant. This will be done in 3 database queries - one for the restaurants,
one for the 'best pizzas', and one for one for the toppings.
one for the 'best pizzas', and one for the toppings.
Of course, the ``best_pizza`` relationship could also be fetched using
``select_related`` to reduce the query count to 2:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment