Update: My mistake, seems that only ManyToManyField is not working.
Also posted a ticket here:
http://code.djangoproject.com/ticket/11279#comment:2


On Jun 8, 3:14 am, Lyubomir Petrov <liubomir.pet...@gmail.com> wrote:
> Example:
> class Product(models.Model):
>         categories = models.ManyToManyField
> (Category,verbose_name="xcategories", blank=True,null=True)
>
> Also tried with:
> class Category(models.Model):
> ...
>         class Meta:
>                 verbose_name = _('xcategory')
>                 verbose_name_plural = _("xcategories")
>
> Any ideas from where is the problem?
>
> Note: Currently i'm using the latest trunk version of django.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to