Re: Checkbox becomes combox ... why ?

2012-05-30 Thread yillkid
Thanks, but not main problems. Even if I remove "maybe" items, same incorrect outputs. Dennis Lee Bieber於 2012年5月31日星期四UTC+8上午12時09分44秒寫道: > > On Wed, 30 May 2012 02:24:53 -0700 (PDT), yillkid > declaimed the following in gmane.comp.python.django.user: > > > > > Filed "game_type" is a check b

Checkbox becomes combox ... why ?

2012-05-30 Thread yillkid
Hi all. I want to create a checkbox in my user register page, all of my code as below: from django.utils.translation import ugettext as _ import sys import datetime reload(sys) sys.setdefaultencoding('utf8') from django.db import models from django.contrib.auth.admin import UserAdmin from djang