Re: Templates: best way to access object attributes described in a external list.

2013-03-05 Thread Serge G. Spaolonzi
On Mon, Mar 4, 2013 at 12:01 PM, Bill Freeman wrote: > Are you saying that you need control over which of an item's attributes > are shown and which are not and/or the order in which attributes are shown, > or are you saying that the way python/django converts the attributes

Re: Templates: best way to access object attributes described in a external list.

2013-03-04 Thread Bill Freeman
Are you saying that you need control over which of an item's attributes are shown and which are not and/or the order in which attributes are shown, or are you saying that the way python/django converts the attributes to strings does not meet your requirements, or both? Your approach can certainly

Templates: best way to access object attributes described in a external list.

2013-03-03 Thread Serge G. Spaolonzi
I am looking for best way to access object attributes described in a external list. The user case is to display a list of objects for different classes showing only some attributes, every list will contain only objects of the same kind, all the functionality repeats except the attributes to be