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

Merge of r11539 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@11561 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Russell Keith-Magee 2009-09-13 06:31:50 +00:00
parent d57f98b8e8
commit 6988dad101
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.