﻿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
2610	Docs on auth context processor are incorrect	James Bennett	Jacob	"The docs for `django.core.context_processors.auth` state that the `messages` variable returned to the context will be ""A list of auth.Message objects for the currently logged-in user."" That's not correct, though; the context processor is doing `get_and_delete_messages` on `request.user`, which iterates over the `Message` objects and returns the `message` attribute of each, not the objects themselves."	defect	closed	Documentation	dev	normal	fixed			Unreviewed	0	0	0	0	0	0
