Access to Many-To-Many intermediary table from django

2008-12-10 Thread nucles
Hello, If we create 2 models with many-to-many relationship django creates the intermediary table automatically for us. How can i use this intermediate table to relate other entities? Can i access to the primary field of the intermediary table? Should i create two One-to-Many relations manually

Re: Many-to-Many to exists table

2008-12-03 Thread nucles
Thank you Thomas for your feedback! We need a Many-To-Many Relation not to "group", but to "user_auth_group". I try to draw the desirable result: user --- user_auth_group group | | user_auth_group_area

Many-to-Many to exists table

2008-12-02 Thread nucles
ther model. We can of cause create our own user authentication without embedded user authentication in Django, but is this the best solution? I hope you understand our problem. Thank you. Regard Nucles --~--~-~--~~~---~--~~ You received this message because you