This is core material in terms of learning Django... you need to have
(at least) worked through the tutorials.  Assuming you have done that,
you'll be in a position to attempt to write the code for this.  If
that code is not working, post it here - along with the error traces
and expected output - and it will be much easier for someone to help
you.

For reference, you may also need to refer to:
http://docs.djangoproject.com/en/dev/topics/forms/
and
http://docs.djangoproject.com/en/dev/topics/forms/modelforms/

On Feb 8, 7:17 pm, hank23 <hversem...@stchas.edu> wrote:
> How do I specify which field of data to display in a dropdown box,
> that is being populated by a queryset, in a form definition? And then
> also how do I also specify the underlying non-dispalyed key data for
> each entry in the same dropdown?

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