Hi, I have a Django application with an "Article" model. I'm using the radio_fields in django-admin with two of the ForeignKey fields that are linked to Article.
Currently the related tables have five and twenty entries each, so this UI works quite well on the Add/Change pages. However, I'm also using list_display with this model - and in the list_display, it also displays radio boxes, which look quite ugly - the HTML select box worked much better on list_display. In fact, I can't really think of many cases, unless the number of possible entries was quite small, where a radio_box would work well with list_display. Anyhow, is there any way to use radio_fields on the Add/Change field, but not with the list_display page? Cheers, Victor -- 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?hl=en.

