#9053: Fix admin sortable when using callable functions in list_display -------------------------------------------+-------------------------------- Reporter: rgl | Owner: nobody Status: reopened | Milestone: Component: django.contrib.admin | Version: 1.0 Resolution: | Keywords: Stage: Unreviewed | Has_patch: 1 Needs_docs: 0 | Needs_tests: 0 Needs_better_patch: 0 | -------------------------------------------+-------------------------------- Changes (by rgl):
* status: closed => reopened * resolution: invalid => Comment: Huh? Please, check the docs: """ {{{ You have four possible values that can be used in list_display: ... class PersonAdmin(admin.ModelAdmin): list_display = (upper_case_name,) }}} """ -- http://docs.djangoproject.com/en/dev/ref/contrib/admin/#list- display -- Ticket URL: <http://code.djangoproject.com/ticket/9053#comment:5> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@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-updates?hl=en -~----------~----~----~----~------~----~------~--~---