First time here? Check out the FAQ!

Revision history  [back]

Hi.

Reproduced the bug, the issue is with migration number 32. Will deliver a fix soon.

EDIT 3: This is solved installing south trunk version from their repository not from pypi.

EDIT: A quick workaround do the following:

python manage.py syncdb --all
python manage.py migrate --all --fake

EDIT 2:

The issue is with south's delete_unique method that does not works on some MySQL versions

I'll patch the repository tomorrow, I need to run some extra tests to make sure.

Hi.

Reproduced the bug, the issue is with migration number 32. Will deliver a fix soon.

EDIT 3: This is solved installing south trunk version from their repository not from pypi.

EDIT: A quick workaround do the following:

python manage.py syncdb --all
python manage.py migrate --all --fake

EDIT 2:

The issue is with south's delete_unique method that does not works on some MySQL versions

I'll patch the repository tomorrow, I need to run some extra tests to make sure.

Hi.

Reproduced the bug, the issue is with migration number 32. Will deliver a fix soon.

EDIT: A quick workaround do the following:

python manage.py syncdb --all
python manage.py migrate --all --fake

EDIT 2:

The issue is with south's delete_unique method that does not works on some MySQL versions

I'll patch the repository tomorrow, I need to run some extra tests to make sure.

Hi.

Reproduced the bug, the issue is with migration number 32. Will deliver a fix soon.

EDIT: A quick workaround do the following:

python manage.py syncdb --all
python manage.py migrate --all --fake