I have an integer fields, but their default widget is TextInput. I
want to use Select widget, but I have to explicitly provide possible
values.

Is it possible they to be automatically generated from 'initial',
'min_value' and 'max_value' validation rules of integer! field?

Do I have to make my own field, widget, or both? And how?

P.S. Also here 
http://stackoverflow.com/questions/5014687/django-custom-field-or-widget

-- 
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