to the first question, symmetrical=False, with this generate an
inverted information.
I want this.
----------------------------------------------------
id  | from_dcto_id | to_dcto_id
x   |    old_dcto 1 |  new_dcto
x   |    old_dcto 2 |  new_dcto
----------------------------------------------------
but I get this
----------------------------------------------------
id  | from_dcto_id | to_dcto_id
x   |    new_dcto 1 |  old_dcto 1
x   |    new_dcto 2 |  old_dcto 2
----------------------------------------------------

I need that every new dcto select his parents, to delimite the actions
over himself, not a parent defining his childs.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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