Author: ubernostrum Date: 2007-09-21 23:58:26 -0500 (Fri, 21 Sep 2007) New Revision: 6405
Modified: django/trunk/docs/db-api.txt Log: Fixed #5565: Corrected small reST error in docs/db-apit.txt. Thanks, gkelly Modified: django/trunk/docs/db-api.txt =================================================================== --- django/trunk/docs/db-api.txt 2007-09-22 00:27:07 UTC (rev 6404) +++ django/trunk/docs/db-api.txt 2007-09-22 04:58:26 UTC (rev 6405) @@ -952,7 +952,7 @@ 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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
