diff options
| author | Joseph Kocherhans <joseph@jkocherhans.com> | 2007-09-25 00:08:38 +0000 |
|---|---|---|
| committer | Joseph Kocherhans <joseph@jkocherhans.com> | 2007-09-25 00:08:38 +0000 |
| commit | 609eaf130d2d9eac109aefa59bfced32b67b9eb1 (patch) | |
| tree | b8bf4fd18c0fe75a418525baefa485c5ce31ce2f /docs/db-api.txt | |
| parent | afb8f0a61969dff6450cd296be5eac2a5693ecd9 (diff) | |
newforms-admin: Merged to [6416]
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@6417 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/db-api.txt')
| -rw-r--r-- | docs/db-api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/db-api.txt b/docs/db-api.txt index 08b5391e3c..adca8b4d5c 100644 --- a/docs/db-api.txt +++ b/docs/db-api.txt @@ -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 |
