Django

Code

Changeset 8072

Show
Ignore:
Timestamp:
07/25/08 06:32:06 (4 months ago)
Author:
russellm
Message:

Fixed #7937 -- Corrected typo in layout of db docs. Thanks to John Scott for the report.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/db-api.txt

    r8043 r8072  
    22192219every item in a ``QuerySet`` and make sure that the ``save()`` method is 
    22202220called on each instance, you don't need any special function to handle that. 
    2221 Just loop over them and call ``save()``: 
     2221Just loop over them and call ``save()``:: 
    22222222 
    22232223    for item in my_queryset: