On Fri, Feb 11, 2011 at 5:53 PM, vnv <nikola1...@gmail.com> wrote:
> 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 advance.
>

Sure, define choices on the model field definition:

http://docs.djangoproject.com/en/1.2/ref/models/fields/#choices

Cheers

Tom

-- 
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, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to