Migrate Django ManyToMany field to ManyToMany through with South
When working in a project already in production, you could encounter this case
You have a model that contains a ManyToMany field without through model, Django in this case take care itself for the join table, it create a join table that contains thre...
blog.mounirmesselmeni.de6 min read