django-ratings icon indicating copy to clipboard operation
django-ratings copied to clipboard

South migration issue

Open ghost opened this issue 13 years ago • 4 comments

Hy!

I'm new to South, so if this is something of my lack of knowledge, I apologize.

When I'm running ./manage.py migrate, I have the following error popping from your side:

ValueError: Cannot find a UNIQUE constraint on table djangoratings_vote, columns ['key', 'ip_address', 'object_id', 'content_type_id', 'user_id']

If you need the full stack, I can provide it

Thank you

ghost avatar May 23 '11 21:05 ghost

same error here

sehmaschine avatar Aug 05 '11 08:08 sehmaschine

Same error here with django 1.3 and south 0.7.3. It is causing all my test to fail. Not sure if this is a South issue or a django-ratings issue though.

qgriffith-zz avatar Aug 18 '11 17:08 qgriffith-zz

we solved this issue with updating south (to trunk).

sehmaschine avatar Aug 18 '11 17:08 sehmaschine

Yep that did it for me to! THanks

qgriffith-zz avatar Aug 18 '11 17:08 qgriffith-zz