﻿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
35747	Admin change list doesn't redirect to default ordering when the last ordering field is removed from sorting	ldeluigi	ldeluigi	"Basically, when an admin maually clicks on the sortremove link of the last remaining field in the sorting query variable, the redirect points to an empty string. 

For example, if the query parameter is the default `o`, the redirect points to `/?o=`, which results in the change list not being ordered at all. Instead, I'm claiming that users would expect to see the same ordering they experience when landing on the change list page in the first place, which was the default ordering, only visible when the ordering parameter is absent from the sortremove query.

For this reason, I'd like the sortremove to redirect to `/` instead of `/?o=` when the last ordering field would be removed.

I'm opening a PR that *should* do the job: https://github.com/django/django/pull/18558"	Bug	closed	contrib.admin	5.1	Normal	fixed	admin change list ordering sorting sortremove	ldeluigi	Ready for checkin	1	0	0	0	0	1
