﻿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
20098	Add validation for models with the same db_table	carsten.klein@…	Sanyam Khurana	"When declaring two models using a custom db_table setting in the Meta class, I found out that django failed to detect that the two models declared the same db_table and subsequently it will fail on syncdb when trying to create the same table twice.

This, of course, was introduced by copy&paste, but at least django should report this on validate instead of failing when trying to syncdb.
"	New feature	closed	Core (System checks)	dev	Normal	fixed		bmispelon@…	Ready for checkin	1	0	0	0	0	0
