Re: Admin interface Integer field with select box?

2011-02-11 Thread vnv
Tnx for quick help! -- 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 django-users+unsubscr...@googlegroups.com. For more options,

Admin interface Integer field with select box?

2011-02-11 Thread vnv
Hi, could anyone say is there easy way to have select box for integer values. I model I have group field which identifies specific group by integer value inside. If it's possible I would like to have select box inside admin interface for this so user could just select values. Thanks for help in