Changeset 8072
- Timestamp:
- 07/25/08 06:32:06 (4 months ago)
- Files:
-
- django/trunk/docs/db-api.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/db-api.txt
r8043 r8072 2219 2219 every item in a ``QuerySet`` and make sure that the ``save()`` method is 2220 2220 called on each instance, you don't need any special function to handle that. 2221 Just loop over them and call ``save()``: 2221 Just loop over them and call ``save()``:: 2222 2222 2223 2223 for item in my_queryset:
