Get freelance or telecom-job here!!
http://freelance.telecom.googlepages.com
On Oct 20, 4:22 pm, patrickk <[EMAIL PROTECTED]> wrote:
> while it´s fine to use __str__ within list_display, I get an error
> when using __str__ in list_display_links.
>
> list_display = ('contenttype', '__str__', 'position',)
> list_display_links = ('__str__',)
> list_filter = ('contenttype',)
>
> error is: "admin.list_filter" refers to '__str__', which isn't a field.
>
> I know that it says "admin.list_filter" in the error-message ...
>
> thanks,
> patrick
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---