I have 2 models and i want ,any instances on class 1 in class 2 how do i do it in django models …and i tried using manytomany field but the problem is when i add a new object it will have that manytomany field already there (which i dont want ) …any idea how do i do this …
Share
A one to many relation is just a
ForeignKeyin the other direction.