Re: manage.py reset database fails

2007-02-14 Thread Malcolm Tredinnick
On Thu, 2007-02-15 at 04:54 +, akonsu wrote: > hello, > > in my models.py i have two classes related as many-to-many. if i add a > ManyToManyField to one of the models, and run manage.py reset or > syncdb, and then move the field to the other model (which functionally > makes no difference) a

manage.py reset database fails

2007-02-14 Thread akonsu
hello, in my models.py i have two classes related as many-to-many. if i add a ManyToManyField to one of the models, and run manage.py reset or syncdb, and then move the field to the other model (which functionally makes no difference) and run manage.py reset again, it fails to reset the database