I have one ImageField in my Model, but when I change the image, django doesn't remove the old file.
How can I make these happen? when change the file, the old one need to be deleted. I use ImageKit, so I try to override *storage * method in ImageFile field, but django start to save in my disk, not in Amazon S3 (default when I use ImageKit). So, any idea how can I fix these issue? Regards. T.·.F.·.A.·. S+F *Fellipe Henrique P. Soares* e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1)-2*3)/ge' *Fedora Ambassador: https://fedoraproject.org/wiki/User:Fellipeh <https://fedoraproject.org/wiki/User:Fellipeh>* *Blog: *http:www.fellipeh.eti.br *GitHub: https://github.com/fellipeh <https://github.com/fellipeh>* *Twitter: @fh_bash* -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAF1jwZFPHNAwTkR0Gg87MavUS2Eq9j%3D%2BWjHhF5rweogRATipkg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

