facebook django type select for many-to-many fields -


i wondering if there maybe way django display bring in data display of checkboxselectmultiple ie avatar or first_name or last_name

with manytomany field user can check options , proceed, might user has same information twice, ie name same, or reference same.

facebook has nice style when want share can select user , see avatar @ same time, if have 2 friends same name , surname, can distinguish them avatar.

is there way __init__ can achieved, or guys have pointers on achieving in way?

the answer linked below has example of custom selectmultiple widget makes objects being selected available use in presenting further details user in widget's render() method:


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -