Re: multi natural_key dependencies problem

2010-03-15 Thread victor
i've removed it. thx. On Mar 16, 11:38 am, Karen Tracey wrote: > Please don't crosspost to both django-users and django-developers. Pick the > right list and post once. This sounds like a usage question, so it belongs > on django-users. > > Karen -- You received this message because you are sub

Re: multi natural_key dependencies problem

2010-03-15 Thread Karen Tracey
Please don't crosspost to both django-users and django-developers. Pick the right list and post once. This sounds like a usage question, so it belongs on django-users. Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this g

multi natural_key dependencies problem

2010-03-15 Thread victor
how to set multi natural_key dependincies? Model code as following: class Menu(models.Model): mName = models.CharField(max_length=256) mTitle = models.CharField(max_length=256) url = models.CharField(max_length=1024, blank=True, null=True) ordering = models.IntegerField() mLevel