On 12/19/06, Crispin Bennett <[EMAIL PROTECTED]> wrote:
>
> Is there a natural way in Django to write a template that can display
> the details of objects of various types, where the types aren't
> necessarily known in advance?
>
if the objects can be convert to string, or it has __str__ method, I
think it's ok.

-- 
I like python!
UliPad <<The Python Editor>>: http://wiki.woodpecker.org.cn/moin/UliPad
My Blog: http://www.donews.net/limodou

--~--~---------~--~----~------------~-------~--~----~
 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