﻿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
23567	assertQuerysetEqual does not check for repeated items when used with ordered=False	Thomas Chaumeny	nobody	"The current implementation falls back to `set` equality when the `ordered` argument is set to `False`. This makes `assertQuerysetEqual` unable to detect differences regarding the number of occurrences of each item.

The proposed PR uses `Counter` instead of `set`. This might break some tests as it is a more restrictive condition, but that might reveal potential bugs."	Bug	closed	Testing framework	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
