Re: sphinx migration: addint m2m field

2013-06-04 Thread Marcin Szamotulski
The problem has resolved without my intervention :). Regards, Marcin On 22:29 Mon 03 Jun , Marcin Szamotulski wrote: > Hello, > > I need to add a m2m field to a model. So I did added it and then > I wanted to use south to migrate the app. Since this app was already > using south I run >

sphinx migration: addint m2m field

2013-06-03 Thread Marcin Szamotulski
Hello, I need to add a m2m field to a model. So I did added it and then I wanted to use south to migrate the app. Since this app was already using south I run ./manage.py schemamigration sphinxdoc --auto It was successful though when I run ./manage.py migrate sphinxdoc The command got