django-ratings
django-ratings copied to clipboard
South migration issue
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
same error here
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.
we solved this issue with updating south (to trunk).
Yep that did it for me to! THanks