Fixed #11592 -- Corrected the grammar in the queryset docs. Thanks to Shannon Bradshaw for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11539 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Russell Keith-Magee 2009-09-12 22:59:41 +00:00
parent 77c64c69cf
commit 9aef7dd9e7
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ Throughout this reference we'll use the :ref:`example weblog models
When QuerySets are evaluated 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 passed around without actually hitting the database. No database activity
actually occurs until you do something to evaluate the queryset. actually occurs until you do something to evaluate the queryset.