﻿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
14285	Calling reverse() on order_by('a', 'b') produces order_by('-a')	Martin Tsachev	nobody	"If you have order_by for more than one column reverse() will use only the first one to generate the reverse query.

Example:

Calling reverse() on order_by('a', 'b') produces order_by('-a')

Expected:

order_by('-a', '-b')
"		closed	Database layer (models, ORM)	1.2		invalid	reverse order_by multiple columns		Unreviewed	0	0	0	0	0	0
