On 2/26/07, enquest <[EMAIL PROTECTED]> wrote:
>
> What should I do to add a model... So that you can type
>
> City = models.autoCompleet(City)
>
> If somebody would type "new" it should lookup all city's that start with
> "new" ... like "New York" and give also the country where this city is.
> New York :: USA
>
> I would use for this Jquery. In PhP this would be very easy for me...
> But I don't have a clue how to do it in Django.
>
> The value inserting in the database should be the key of City and not
> the name "New York"... I suppose autoCompleet is a ForeignKeyField...
>
> Enquest
>
>

Hi, I've written a tutorial on doing this with dojo at
http://code.djangoproject.com/wiki/AJAXWidgetComboBox. The only thing
is I've never got t working within the Django admin only in my own
views. Maybe with newforms it ill be easier to do this kind of thing
in admin?


-- 
matthew
http://wadofstuff.blogspot.com

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to