﻿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
22360	Two admin_views tests are non-deterministic on Python 3.4 (dependent on dictionary key iteration order )	Tim Graham	loic84	"[http://ci.djangoproject.com/job/Django/4289/database=sqlite3,python=python3.4/testReport/ Example failure] on Jenkins.

`admin_views.tests.AdminKeepChangeListFiltersTests.test_changelist_view` and `admin_views.tests.NamespacedAdminKeepChangeListFiltersTests.test_changelist_view` fail when the expected and actual URLs differ in the order of the `changelist_filters` parameters, e.g. `<a href=""/test_admin/admin5/auth/user/104/?_changelist_filters=is_staff__exact%3D0%26is_superuser__exact%3D0"">` vs. `<a href=""/test_admin/admin5/auth/user/104/?_changelist_filters=is_superuser__exact%3D0%26is_staff__exact%3D0"">`"	Bug	closed	Python 3	1.7-beta-1	Release blocker	fixed			Accepted	0	0	0	0	0	0
