mirror of
https://github.com/django/django.git
synced 2025-12-15 21:45:20 +00:00
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:
parent
77c64c69cf
commit
9aef7dd9e7
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ Throughout this reference we'll use the :ref:`example weblog models
|
|||
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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue