Re: Django 1.0 features -- the definitive list

2007-12-03 Thread Panos
Having major releases include a nickname might be nice too (like Ubuntu & OS X). We could use Reinhardt's album titles, ie: "Django 2.0 - Paris 1945", "I'm using the Paris 1945 version", etc. --~--~-~--~~~---~--~~ You received this message because you are subscrib

Re: Problems with FileFields/ImageFields

2007-11-17 Thread Panos
> I've a model: > > class Person(model.Model): > name = models.CharField(maxlength=32) > [...] > picture = models.ImageField(upload_to='pictures', blank=True) > > Imagine that I've created a person record with a picture of anoother > person, and I want to delete it (the picture). How c