Error while runing the migration command

Bug #685157 reported by Adnane Belmadiaf
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
LoCo Team Portal
Invalid
Undecided
Unassigned

Bug Description

i got an error while running the migration command

Logs : http://paste.ubuntu.com/539717/
Trackback: http://dpaste.com/282998/
Django version: (1, 2, 3, 'final', 0)
South version: 0.6-1

Tags: south
Adnane Belmadiaf (daker)
description: updated
Adnane Belmadiaf (daker)
description: updated
Adnane Belmadiaf (daker)
Changed in loco-directory:
importance: Undecided → Wishlist
importance: Wishlist → Undecided
Revision history for this message
Adnane Belmadiaf (daker) wrote :

it works with south 0.7-1 on Maverick, but i am still facing the same issue with south 0.6-1 and django 1.2.3 on Lucid.

Revision history for this message
Daniel Holbach (dholbach) wrote :

Can you add the output of ./manage.py migrate --list ?

(More information collected on IRC: pristine trunk, sqlite backend, starting with fresh db does not help.)

Revision history for this message
Michael Hall (mhall119) wrote :

After you run syncdb, before you run migrate, comment south out of settings.py INSTALLED_APPS. Then run syncdb again, this will create all your tables exactly as they need to be for the current version of the models. Then put south back into your INSTALLED_APPS, and run migrate with --fake, so it'll think that all the migrations were properly run

Revision history for this message
Adnane Belmadiaf (daker) wrote :

- Here is the output of ./manage.py migrate --list http://dpaste.com/283844/
- Micheal, the method you said works perfectly here is a full log http://dpaste.com/283846/

Adnane Belmadiaf (daker)
Changed in loco-directory:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.