﻿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
897	Bi-Directional ManyToMany in Admin	anonymous	nobody	"Allow manytomany relationships to be defined both ways 
E.G

{{{
class ItemType(meta.Model):
    name = meta.CharField(maxlength=100)
    descritpion = meta.CharField(maxlength=250)

class PropertyType(meta.Model):
    name = meta.CharField(maxlength=100)
    itemtypes = meta.ManyToManyField(ItemType)
}}}

Excellent. When I make a new property type in the admin screen I get a
multiselect window for item types.

What I want to be able to do however is have this work back the other
way too so that when I create a new item I can specify what property
types apply. 

Thanks"	New feature	new	contrib.admin	dev	Normal			kmike84@… carsten.fuchs@… cmawebsite@… mmitar@… Hugo Osvaldo Barrera Emmanuel Katchy Shai Berger Mariusz Felisiak	Accepted	0	0	0	0	0	0
