Django 1.2 and south problem
- by alexarsh
Hi,
I was using python 2.5 and django 1.0.2. But I moved to python 2.6 and django 1.2 recently and I'm getting the following error now during the migrate:
http://slexy.org/view/s2HCFJj0yL
After running migrate several times, it eventually passes.
I have 5 different apps under migration and I thought it can be dependencies issue. But I have no migrations calling other apps.
So what can be the problem?
Regards, Arshavski Alexander.