p = Person.objects.get(pk=1)
<span>{{ p.name.__verbose_name }}: {{ p.name }}</span>
<span>{{ p.birth_date.__verbose_name }}: {{ p.birth_date }}</span>
If is to do that way, I prefer to do manually. I would like to access the direct verbose_name the template. Is possible that the "Django developers" could do this?
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/b811a0c5-5aed-49b9-9835-3baab66a7ad6%40googlegroups.com.