Some usefull tips in django

Post date: May 14, 2009 10:39:40 AM

First is to make not symmetrical fields many to many: in model write next "symmetrical=False"

Second is to loop over many to many field in template: in template file write next " for item in mtm.all "

ps thx for attention.