Re: Django not deleting files still referenced by ImageField

2009-03-02 Thread Karen Tracey
On Mon, Mar 2, 2009 at 4:47 PM, James wrote: > > So I added a custom storage class to an ImageField which overwrites > files with the same name. > > I noticed while testing that I can add many records all referencing > the same single image, which gets overwritten with each new record > created.

Re: Django not deleting files still referenced by ImageField

2009-03-02 Thread Alex Gaynor
On Mon, Mar 2, 2009 at 4:47 PM, James wrote: > > So I added a custom storage class to an ImageField which overwrites > files with the same name. > > I noticed while testing that I can add many records all referencing > the same single image, which gets overwritten with each new record > created.