#12475: Confusion between list_display and list_display_links for 'id' field -------------------------------------------+-------------------------------- Reporter: master | Owner: nobody Status: reopened | Milestone: Component: django.contrib.admin | Version: 1.1 Resolution: | Keywords: Stage: Accepted | Has_patch: 0 Needs_docs: 0 | Needs_tests: 0 Needs_better_patch: 0 | -------------------------------------------+-------------------------------- Changes (by kmtracey):
* version: 1.2-beta => 1.1 * stage: Unreviewed => Accepted Comment: OK, problem exists if you have the model admin specified like so, for example: {{{ #!python class TMAdmin(admin.ModelAdmin): list_display = ('id', 'name', 'birthdate', 'birthtime') list_display_links = ('name',) list_editable = ('birthtime', ) }}} And the nature of the problem is that while there is a column shown for ID values, nothing appears in it. Testing shows this problem has existed as far back as 1.1; it was not introduced in the 1.2 cycle. -- Ticket URL: <http://code.djangoproject.com/ticket/12475#comment:6> 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-upda...@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.