[Django 1.8.5] models bug when migrate.

2015-11-17 Thread Dennis Liou
Hi : I am new in Django, and I meet a bug. My Django environment is : Django 1.8.5 with python 2.7.10 I was upgrade my django from 1.5 to 1.8 This is my auth models: Class Card(models.Model): cardgroup = models.CharField(_('CardGroup'), max_length=60) cardname

[Django1.8.5] About migrate

2015-11-17 Thread Dennis Liou
Hi : I am new in Django, and I meet a bug. I was upgrade django from 1.5 to 1.8. My Django environment now is : Django 1.8.5 with python 2.7.10 This is my auth models: Class Card(models.Model): cardgroup = models.CharField(_('CardGroup'), max_length=60) cardnam

Re: [Django1.8.5] About migrate

2015-11-17 Thread Dennis Liou
Thanks, it works , I still need to debug another. I use cards = models.ManyToManyField('Card') Thanks for help. Dennis Liou於 2015年11月17日星期二 UTC+8下午8時02分56秒寫道: > > Hi : > > I am new in Django, and I meet a bug. > > I was upgrade django from 1

Re: [Django1.8.5] About migrate

2015-11-17 Thread Dennis Liou
Although it can syncdb, but I cannot reference ant thing... Dennis Liou於 2015年11月17日星期二 UTC+8下午8時02分56秒寫道: > > Hi : > > I am new in Django, and I meet a bug. > > I was upgrade django from 1.5 to 1.8. > > My Django environment now is : Django 1.8.5 with pyth