#9013: Filestorage and save=False/commit=False ---------------------------+------------------------------------------------ Reporter: shadfc | Owner: nobody Status: new | Milestone: Component: Uncategorized | Version: 1.0 Keywords: | Stage: Unreviewed Has_patch: 0 | ---------------------------+------------------------------------------------ In FieldFile.save(), the storage.save() is called regardless of the save argument.
I need to be able edit the data uploaded to a FileField before the storage backend gets called to save the file, but this isn't possible. As it stands, to make this work, the files get saved with formset.save(commit=False) is called, and then I must manually call the storage.save() to save the updated data to the same on the backend. There is some discussion on the django-developers list about this. Follow at http://groups.google.com/group/django- developers/browse_thread/thread/e2057d165c3a0c12 -- Ticket URL: <http://code.djangoproject.com/ticket/9013> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---