Converting implicit m2m through table to explicit through model with Django 1.7 migrations

2015-09-28 Thread John Lucas
Hi all, I'm attempting to convert an implicit m2m through table to an explicit through model and want to make sure I'm not shooting myself in the foot. Any input would be greatly appreciated. My team was on Django 1.6 until a few months ago and was still living in the South world. We had a nee

Re: Converting implicit m2m through table to explicit through model with Django 1.7 migrations

2015-10-02 Thread John Lucas
Hi John, > > Am 28.09.2015 um 15:54 schrieb John Lucas: > > So - is my approach safe? Or will there be complications down the line? > > I've recently had a similar / the same question. See this thread, which > also contains > the solution that worked very well for me