Hello

I have a choice field:
interaction_type = models.PositiveIntegerField(choices =
INTERACTION_TYPE, default=0, null = False, blank = False)

which I have made available in the admin interface using
list_display = ( 'interaction_type', 'interaction_date')

The problem is that even though a value is being stored, the name does
not show up in the admin screen - only (None).

How do I show the choice name?

Thanks

Catriona


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to