﻿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
24505	"Multiple ManyToManyFields to same ""to"" model with related_name set to '+' mix up badly"	Gergely Polonkai	Marco Fucci	"I have a model, ProductField, which has a fillable_by and an approvable_by field. Both fields are defined as

{{{
ManyToManyField(to=Group, related_name='+')
}}}

Now when I add a group to fillable_by and another one to approvable_by, the fillable_by gets overridden by approvable_by. I cannot find anything related to this in the documentation, but it seems a pretty bad behaviour to me.

The problem still exists in latest 1.7.7 version."	Bug	closed	Database layer (models, ORM)	1.7	Normal	fixed		jeroen@…	Accepted	1	0	0	0	0	0
