Re: removable file field and other features

2011-01-02 Thread Daniel Carvalho
On 12/20/2010 12:55 AM, Daniel Carvalho wrote: > Everybody knows the default django FileField doesn't allow to remove an > existing file... > > This is a good replacement. Just use RemovableFileField instead of > FileField in your models: > http://djangosnippets.org/snippets/636/ > > > I want

removable file field and other features

2010-12-19 Thread Daniel Carvalho
Everybody knows the default django FileField doesn't allow to remove an existing file... This is a good replacement. Just use RemovableFileField instead of FileField in your models: http://djangosnippets.org/snippets/636/ I want to implement on it another feature- When there is a file being