On Dec 28, 2007 9:06 PM, jeffself <[EMAIL PROTECTED]> wrote:
> I'm creating an admin interface using the Admin application and I've
> renamed a field with the following code:
>
> def display_classification(self):
>return self.class_name
> display_classification.short_description = 'Classificat
I'm creating an admin interface using the Admin application and I've
renamed a field with the following code:
def display_classification(self):
return self.class_name
display_classification.short_description = 'Classification'
However, when I do this, the column heading no longer allows sort
2 matches
Mail list logo