Index: docs/upload_handling.txt
===================================================================
--- docs/upload_handling.txt	(revision 7857)
+++ docs/upload_handling.txt	(working copy)
@@ -239,7 +239,7 @@
     You can only modify upload handlers *before* accessing ``request.FILES`` --
     it doesn't make sense to change upload handlers after upload handling has
     already started. If you try to modify ``request.upload_handlers`` after
-    reading from ``request.FILES`` Django will throw an error.
+    reading from ``request.POST`` or ``request.FILES`` Django will throw an error.
 
     Thus, you should always modify uploading handlers as early in your view as
     possible.
