I have two questions.
The first is: I want to select models in a form. The first is a standard 
User, the second is a Contest form already defined. Let's take the User as 
an example. I want to only have to type a string into the form, and have 
all users with that string as a substring of their username show up as 
options below, as a sort of autocomplete feature. Right now I have a model 
form where the model has User as a ForeignKey, but that requires clicking 
and finding a single user among a potential hundred.
My second question is:
As before, I also need to select a Contest. But in a single inputting 
session, I will be inputting many forms for a single Contest, so I want to 
select it only once, and after that it automatically fills in the last 
contest filled in. Is this possible?
Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/e0f5e3d3-af51-48e4-a0f0-06baa8c98f50%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to