﻿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
13585	Documentation explaining return value of update() run on a QuerySet is inaccurate	bpp198	nobody	"From http://docs.djangoproject.com/en/dev/topics/db/queries/

""The update() method is applied instantly and returns the number of rows affected by the query.""

The actual return value depends on the database backend. MySQL, for example, will always return 1 if the query is successful, regardless of the number of affected rows.

Doc patch attached."		closed	Documentation	dev		invalid			Unreviewed	1	0	0	0	0	0
