On do, 2010-02-04 at 11:01 -0800, Eric Chamberlain wrote:

> I'm using the object_list  generic view and it seems there should be a
> way to pull the field verbose_name from the model, without having to
> hard code the name in the template. 

model_class_or_instance._meta.verbose_name
unicode(model_class_or_instance._meta.verbose_name_plural)
-- 
Dennis K.

The universe tends towards maximum irony. Don't push it.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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