Re: Creating many-to-many tables for auth.Group model two times cause traceback in syncdb.

2010-05-24 Thread Karen Tracey
On Mon, May 24, 2010 at 6:21 AM, Xuqing Kuang wrote: > Hi. all. > > I got a strange problem when syncdb. > > The syncdb output just like following, as you can see the > auth_group_permissions table create 2 times. It break unit testing > with './manage.py test' process. > > The thing happens both

Creating many-to-many tables for auth.Group model two times cause traceback in syncdb.

2010-05-24 Thread Xuqing Kuang
Hi. all. I got a strange problem when syncdb. The syncdb output just like following, as you can see the auth_group_permissions table create 2 times. It break unit testing with './manage.py test' process. The thing happens both mysql and sqlite3 backend. And I check the models.py code in testre