﻿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
12963	template context processors docs are wrong	anonymous	nobody	"the docs at http://docs.djangoproject.com/en/dev/ref/settings/#template-context-processors have the wrong defaults... copy and pasting:

(""django.contrib.auth.context_processors.auth"",
""django.core.context_processors.debug"",
""django.core.context_processors.i18n"",
""django.core.context_processors.media"",
""django.contrib.messages.context_processors.messages"")

that creates errors trying to use this to add our own... it makes the admin app die with:

ImproperlyConfigured at /events/shows
Put 'django.core.context_processors.auth' in your TEMPLATE_CONTEXT_PROCESSORS setting in order to use the admin application.

obviously changing the first item in the tuple fixes the problem.  needs to be fixed.

bonus question, is there a way to just add to the defaults so this problem doesn't persist with future changes?"		closed	Documentation	1.2-beta		invalid	admin context processor documentation		Unreviewed	0	0	0	0	0	0
