﻿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
19699	"Documentation for ""index_together"" is an infinite loop."	Vernon Cole	nobody	"The documintation in the 1.5 Release Notes reads:

{{{
Multi-column indexes can now be created on models. Read the index_together documentation for more information.

}}}

Following the link on ""index_together"" gets to this:


{{{
Options.index_together
    New in Django 1.5: Please see the release notes

    Sets of field names that, taken together, are indexed:

    index_together = [
        [""pub_date"", ""deadline""],
    ]

    This list of fields will be indexed together (i.e. the appropriate CREATE INDEX statement will be issued.)
}}}

where the ""release notes"" link takes you back to the first instance...

"	Cleanup/optimization	closed	Documentation	1.5-beta-1	Normal	fixed			Ready for checkin	1	0	0	0	0	0
