I have a situation where I want to edit the IDv3 tag on mp3's uploaded
in a FileField. The model with the FileField is being edited inline to
a parent model, and I need to use some of the parent data in the IDv3
tag. I am using a custom filestorage backend for Amazon S3, so I
basically need a way to modify the data after form validation but
before the save() that sends it to S3, and somewhere where that has
access to the parent related object's data.

The two places where it seems this could work would be in the inline
model's save() method and in the save_formset() on the parent's
ModelAdmin.  However, I'm not sure the proper way to actually edit/
replace the data which django will use to save the FileField.

I'm happy to provide more info if needed.

thanks
Jay
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to