Hi

It looks like old files aren't being removed after object change.
That is, if i change the object like the 1 below and upload new file
via admin interface, old file remains in the directory, though nothing
refers to it :-/

class Picture(models.Model):
    fullsize = models.ImageField(upload_to='%Y/%m/%d')
    ...


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to