﻿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
11226	Name clashes in ManyToMany	pkoch	nobody	"When both sides of a ManyToMany  relation are of different classes and have the same object_name, a clash occours.

To reproduce:
  * Create two apps, legacy and next_gen,
  * Create a Model with the same name on both,
  * Create a ManyToMany between them, and
  * Run manage.py syncdb

My first take on a solution is in the attached patch."		closed	Database layer (models, ORM)	dev		fixed	ManyToMany name clash		Accepted	1	0	0	0	0	0
