﻿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
27398	Make SimpleTestCase.assertRedirects() URL comparison ignore ordering of query parameters	Cédric Codet	Jan Pieter Waagmeester	"When checking for a url redirection in tests with `assertRedirects`, the order of redirection url query parameters matters (since it is matched with `expected_url` string argument).

Example: if the expected url is `example.com/?foo=1&bar=2`, `example.com/?bar=2&foo=1` is not matched (while `example.com/?foo=1&bar=2` is)

This is an issue since Django does not enforce query parameters ordering itself
"	Cleanup/optimization	closed	Testing framework	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
