Re: image files do not get deleted on deleting an object

2012-05-31 Thread kenneth gonsalves
On Thu, 2012-05-31 at 00:40 -0700, bruno desthuilliers wrote:
> > I have just noticed that on deleting an object, the images and files
> > stored on disk for this object do not get deleted. Is this a bug or
> a
> > feature?
> 
> https://docs.djangoproject.com/en/1.3/releases/1.3/#deleting-a-model-doesn-t-delete-associated-files
> 
> HTH 

thanks - makes sense.
-- 
regards
Kenneth Gonsalves

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: image files do not get deleted on deleting an object

2012-05-31 Thread bruno desthuilliers
On May 31, 9:14 am, kenneth gonsalves  wrote:
> hi,
>
> I have just noticed that on deleting an object, the images and files
> stored on disk for this object do not get deleted. Is this a bug or a
> feature?

https://docs.djangoproject.com/en/1.3/releases/1.3/#deleting-a-model-doesn-t-delete-associated-files

HTH

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.