Hi folks,

I have a problem with an admin inline form for a model having a ManyToMany 
field: the default is to
visualize a select having as options all the instances available for that kind 
of model, with a plus button to
create a new one on the fly.

My problem is I want only to add the object created with the popup window and 
not to have the
select with all the other instances and in the change page I only want the 
object instance previously
added and not all the available instances for that kind of model.

Is there any simple way to accomplish this?

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