The obvious ways are:
1. Provide a model method that returns a string representing the type
of the instance, compare against that
2. Decorate the instance with an attribute giving the name of the type
as a string...
Can't change the instance (I really think you can still decorate it in
the view, python is flexible that way, but), instead of rows of
instances, return rows of wrapper objects that have the type name as
above, and the original instance as another attribute.
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To view this discussion on the web visit
>
https://groups.google.com/d/msg/django-users/-/jRlkDDGDgk0J.
> To post to this group, send email to
django...@googlegroups.com.
> To unsubscribe from this group, send email to
>
django-users...@googlegroups.com.
> For more options, visit this group at
>
http://groups.google.com/group/django-users?hl=en.