﻿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
4139	"Documentation mentions non-existent ""add_message"" method"	robbyd@…	Jacob	"
The documentation [http://www.djangoproject.com/documentation/templates_python/#django-core-context-processors-auth here]
makes mention of a ""user.add_message()"" method. This method was seemingly removed in [http://code.djangoproject.com/changeset/2053 rev 2053]. However, the link above refers to the [http://www.djangoproject.com/documentation/authentication/#messages ""message docs""], which do list the correct method of using ""user_obj.message_set.create(message='message_text')"".

The [http://www.djangobook.com/en/beta/chapter10/ Django book] also mentions this (but I can't make a comment on it now as it is closed to comments).

The fix would obviously be to correct the text at the first link.
"		closed	Documentation	dev		fixed	add_message		Accepted	1	0	0	0	0	0
