﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
22964	I'm a new user from China,I got a problem with the 'choices' of the fields option.	zhaoxp1230@…	nobody	"First, I got this error from the terminal :
main.province: ""name"": ""choices"" should be a sequence of two-item iterables (e.g. list of 2 item tuples).
But I don't need two-item,I don't want to use the short description like ('S','small'),('L','large').I just want use 'small','large' immediately.

Second, I tried use it like LIST=(('S','small'),('L','large')) , but I don't know how to write the function below:
class XXX:
...
name=CharField(max_length = 10, choices = LIST)
...
def __unicode__(self):
                #HOW TO WRITE THE RETURN SCENTENCE???
                return ????
I got NONE in the brows where should list the XXX instnce.
Sorry , I don't know how to use the image option of this site.
I got 'S' / 'L' in the select form , but I want 'small' / 'large'.this is the reason why I don't want to use two-item in the choice LIST.
Thanks for getting help from you ! I think Django is wonderful. I am learning it everyday."	Uncategorized	closed	Documentation	1.6	Normal	invalid	fields choices models		Unreviewed	0	0	0	0	1	0
