﻿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
30437	Document that urlpatterns can be a sequence object.	Batuhan Taşkaya	Jonatas CD	Why urlpatterns has to be a *Python list*? Doesn't all sequences (an object that implements collections.abc.Sequence interface) counts for that. IMO this description should change at url dispatching page. As a real example i'm using collections.UserList based pattern manager for it (can be found in [https://github.com/isidentical/Aspava/blob/f7d7953090574e30f45d300ab1d06b46b0e18142/social/urls.py#L5 here])	Cleanup/optimization	closed	Documentation	dev	Normal	fixed			Accepted	1	0	0	0	1	0
