﻿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
18618	while saving checkbox values into one field, the list_display with such a field failed	tangc	nobody	"a model field is going to be rendered into checkbox, such as[[BR]]

{{{
 choice = ((3,3), (4,4), (5, 5),)

 [x] 3
 [ ] 4
 [x] 5
}}}

And save it's values 3,5 into one field. The list_display with such a field failed.[[BR]]

Of course I can maintain my patch to Django, but I found it's troublesome while upgrade Django for the server is managed by other group."	New feature	closed	contrib.admin	1.4	Normal	needsinfo	display_for_field list_display		Unreviewed	1	0	0	0	0	0
