Re: Proposed solution to deleting contents of FileField

2006-08-12 Thread Ian Clelland
On 8/9/06, James Bennett <[EMAIL PROTECTED]> wrote: > This is certainly a long-standing wart in Django, and on first glance > I like this solution a little better than the patch on #22, but we > also have a Summer of Code student working on major enhancements to > the admin's media support[1]; sin

Re: Proposed solution to deleting contents of FileField

2006-08-09 Thread James Bennett
On 8/9/06, Bryan Chow <[EMAIL PROTECTED]> wrote: > Ian Clelland and I have been working on a way to address the problem > that Django FileFields and ImageFields can't be cleared once they've > been set. We've posted a proposed solution here [1]. This is certainly a long-standing wart in Django, a

Proposed solution to deleting contents of FileField

2006-08-09 Thread Bryan Chow
Hi All, Ian Clelland and I have been working on a way to address the problem that Django FileFields and ImageFields can't be cleared once they've been set. We've posted a proposed solution here [1]. Our solution differs from the one proposed in Ticket #22 [2] in that it's somewhat simpler, isn't