﻿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
28917	Remove paginator's unordered queryset warning for a .none() queryset	Jeremy Lainé	Junji Wei	"`Paginator` shows a warning if it receives an unordered queryset.

However, if also emits this warning if passed a queryset which is guaranteed to be empty, for instance `Article.objects.none()`.

Working around this warning involves doing a bizarre `Article.objects.none().order_by('id')`

I believe there can be legitimate usecases for passing a `.none()` queryset to a paginator, for instance if a user's permissions are such that we restrict the objects they can view to the empty queryset."	Cleanup/optimization	assigned	Core (Other)	2.0	Normal				Accepted	0	0	0	0	0	0
