﻿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
18145	Documentation for unique_together is confusing	Roy Smith	Raúl Cumplido	"At https://docs.djangoproject.com/en/1.4/ref/models/options/#unique-together, it says:


{{{
Sets of field names that, taken together, must be unique:

unique_together = ((""driver"", ""restaurant""),)

This is a list of lists of fields that must be unique when considered together.
}}}


The words ""set"", and ""list"" refer to specific python datastructures, and the example uses neither of those -- it uses tuples.  This should be cleaned up.  I suspect the proper wording is ""a iterable of iterables""."	Cleanup/optimization	closed	Documentation	1.4	Normal	fixed		raulcumplido@…	Accepted	1	0	0	0	1	0
