Hello,
On Wed, 18 Oct 2006 16:48:51 +0200
"Aidas Bendoraitis" <[EMAIL PROTECTED]> wrote:
>
> By default, all fields are obligatory. You have to set
> categories = models.ManyToManyField('self', blank=True)
> to escape from that problem.
now its working. Many thanks !
Kindly regards
Lutz
http:
By default, all fields are obligatory. You have to set
categories = models.ManyToManyField('self', blank=True)
to escape from that problem.
Good luck!
Aidas Bendoraitis [aka Archatas]
On 10/18/06, Lutz Steinborn <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> I'm trying to figure out how a ManyToMany
Hello,
I'm trying to figure out how a ManyToMany Relation work.
My Example:
class Category(models.Model):
class Admin:
pass
class Meta:
ordering = ('sort', 'name')
name = models.CharField(maxlength=250, default='')
description =
3 matches
Mail list logo