Re: south migration: renaming foreign key and m2m tables

2016-05-15 Thread Michal Petrucha
On Fri, May 13, 2016 at 01:37:43AM -0700, schaf...@gmail.com wrote: > HI Michal > > I would suggest that you do this the other way around; instead of > > merging Media into Book, I'd merge Book into Media, drop Book, and > > rename Media to Book. Since you're using multi-table inheritance, the

Re: south migration: renaming foreign key and m2m tables

2016-05-13 Thread schaf . mh
HI Michal If you are using South, that would mean you're using a version of > Django that's oldee than 1.7, which means you are using a version > that hasn't received security updates for more than a year. Not good. > > Second, South itself has been deprecated and replaced by the native > djan

Re: south migration: renaming foreign key and m2m tables

2016-05-13 Thread Michal Petrucha
On Thu, May 12, 2016 at 11:46:35PM -0700, schaf...@gmail.com wrote: > HI All, > I'm new in south and I'm wondering how I can merge two models into one. Hi Marcel, If you are using South, that would mean you're using a version of Django that's oldee than 1.7, which means you are using a version th