On 2/13/06, Leeuw van der, Tim <[EMAIL PROTECTED]> wrote:

The choices for the form are specified in your model. Django uses these
choices for it's form-display.
It would make sense to me if Django would also provide an easy way for
you to display such 'nice' values in your interface.

Django already does it. If you have specified choices for any member my_member of model MyModel, django will add a get_my_member_display() function to MyModel objects.

--
Amit Upadhyay
Blog: http://www.rootshell.be/~upadhyay
+91-9867-359-701

Reply via email to