Hi folks -- As far as I'm concerned, #2070, adding large streaming uploads, is done. I'd like to get some public kicking-of-the-tires before I push the change to trunk (which won't happen before Tuesday: I'm taking a long weekend off).
You can get the code either from my git repository (git://djangoproject.com/django; branch "2070-streaming-uploads") or as a patch against [7728] from http://code.djangoproject.com/attachment/ticket/2070/2070-r7728.patch. There's also a gitweb: http://code.djangoproject.com/git/?p=django;a=shortlog;h=refs/heads/2070-streaming-uploads. Documentation of the new features is can be found in ``docs/upload_handling.txt`` or http://code.djangoproject.com/git/?p=django;a=blob_plain;f=docs/upload_handling.txt;hb=refs/heads/2070-streaming-uploads. I need a hand on the following things: * Running the test suite -- coverage is quite good now, but I've only been able to test on a limited set of OSes/DBs. Looks elsewhere just in case, very good. * Real-world tests -- try uploading huge files. I can't really simulate enormous files in the test suite, so someone willing to upload a bunch of porn^H^H^H^H video would help. * Custom upload handlers: write some, and let me know how it goes. Also, anyone with better git-fu than me might want to try merging this into the newforms-admin branch to see if anything crazy blows up; I don't have any idea how this'll affect that (though I hope it won't). Please report any problems back here; the ticket is nearly impossible to follow now. Thanks! Jacob --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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-developers?hl=en -~----------~----~----~----~------~----~------~--~---
