Hi

here is a sample class:

class TipoMisura(models.Model):
        nome = models.CharField('nome', max_length=255, null=True)

        class Meta:
                verbose_name = "Tipo di Misura"
                verbose_name_plural = "Tipo di Misure"

In the admin interface, the link to the change page is displayed as
"Tipo di Misuras".
Is it a bug or am i missing something?

thanks in advance
Paolo

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to