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