Author: russellm
Date: 2008-07-18 20:07:17 -0500 (Fri, 18 Jul 2008)
New Revision: 7970
Modified:
django/trunk/docs/upload_handling.txt
Log:
Fixed #7782 -- Corrected documentation to refer to chunks(), rather than the
deprecated chunk().
Modified: django/trunk/docs/upload_handling.txt
===================================================================
--- django/trunk/docs/upload_handling.txt 2008-07-19 00:59:15 UTC (rev
7969)
+++ django/trunk/docs/upload_handling.txt 2008-07-19 01:07:17 UTC (rev
7970)
@@ -72,7 +72,7 @@
reading in multiple chunks. By default this will be any file
larger than 2.5 megabytes, but that's configurable; see below.
- ``UploadedFile.chunk()``
+ ``UploadedFile.chunks()``
A generator returning chunks of the file. If ``multiple_chunks()`` is
``True``, you should use this method in a loop instead of ``read()``.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---