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