﻿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
16796	isMobile() should be added to request objects	anonymous	nobody	"Currently, in Django one needs to use a custom middleware to handle template switching logic for mobile view presentations. Here's my suggestion, since knowing whether a user is_mobile() is kind of a common scenario, or should be in modern web development, is it appropriate to add this  be added to Django out of the box? There's a debate whether to do this in the user agent handling, however, it seems it might the most appropriate for our concerns. Here's two different custom middlewares that might be a good candidate examples for how to handle this for http://djangosnippets.org/snippets/2001/ or http://djangosnippets.org/snippets/2033/
"	New feature	closed	HTTP handling	1.3	Normal	wontfix		chris@…	Someday/Maybe	0	0	0	0	0	0
