Fixed #5565: Corrected small reST error in docs/db-apit.txt. Thanks, gkelly
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6405 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
872f06d770
commit
694323ec74
|
@ -952,7 +952,7 @@ Example::
|
|||
If you pass ``in_bulk()`` an empty list, you'll get an empty dictionary.
|
||||
|
||||
``iterator()``
|
||||
~~~~~~~~~~~~
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
Evaluates the ``QuerySet`` (by performing the query) and returns an
|
||||
`iterator`_ over the results. A ``QuerySet`` typically reads all of
|
||||
|
|
Loading…
Reference in New Issue