﻿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
14353	unique_together new style is not working properly	draxus	nobody	"As you say in django docs: http://docs.djangoproject.com/en/dev/ref/models/options/#unique-together

unique_together = (""driver"", ""restaurant"") <- this way doesn't create the unique restrictions in the DB

unique_together = ((""driver"", ""restaurant""),) <- this way works great"		closed	Uncategorized	1.2		worksforme	unique, restriction		Unreviewed	0	0	0	0	0	0
