Author: russellm Date: 2009-09-12 17:59:41 -0500 (Sat, 12 Sep 2009) New Revision: 11539
Modified: django/trunk/docs/ref/models/querysets.txt Log: Fixed #11592 -- Corrected the grammar in the queryset docs. Thanks to Shannon Bradshaw for the report. Modified: django/trunk/docs/ref/models/querysets.txt =================================================================== --- django/trunk/docs/ref/models/querysets.txt 2009-09-12 22:57:58 UTC (rev 11538) +++ django/trunk/docs/ref/models/querysets.txt 2009-09-12 22:59:41 UTC (rev 11539) @@ -20,7 +20,7 @@ When QuerySets are evaluated ============================ -Internally, a ``QuerySet`` can be constructed, filter, sliced, and generally +Internally, a ``QuerySet`` can be constructed, filtered, sliced, and generally passed around without actually hitting the database. No database activity actually occurs until you do something to evaluate the queryset. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
