Ticket #11592: 11592.diff
File 11592.diff, 586 bytes (added by , 15 years ago) |
---|
-
docs/ref/models/querysets.txt
20 20 When QuerySets are evaluated 21 21 ============================ 22 22 23 Internally, a ``QuerySet`` can be constructed, filter , sliced, and generally23 Internally, a ``QuerySet`` can be constructed, filtered, sliced, and generally 24 24 passed around without actually hitting the database. No database activity 25 25 actually occurs until you do something to evaluate the queryset. 26 26