Django 1.2 and south problem
Posted
by alexarsh
on Stack Overflow
See other posts from Stack Overflow
or by alexarsh
Published on 2010-03-14T08:39:39Z
Indexed on
2010/03/14
8:45 UTC
Read the original article
Hit count: 328
django-south
|django
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.
© Stack Overflow or respective owner