﻿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
25508	"Add ""QuerySet()"" to QuerySet.__repr__ to help debugging"	Tim Graham	Tim Graham	`TransactionTestCase.assertQuerysetEqual` can give errors like `AssertionError: ['1.8', '1.7', '1.4'] != ['1.8', '1.7', '1.4']` when you compare a list and a QuerySet. Alex proposed to change the repr of `QuerySet` to `QuerySet([...])` and the idea received several +1's in #django-dev.	Cleanup/optimization	closed	Database layer (models, ORM)	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
