﻿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
12514	Wrong Model.save() signature in topics/models and ref/models/instance	Armando Pérez Marques	nobody	With the new multi-db option, now Model.save() takes the adittional parameter 'using' specifying what DB connection to use to save the object. But in the docs, it stills shows this: Model.save([force_insert=False, force_update=False]). I realize of this because I have some models with the save() method redefined, and when updated Django to trunk version, it starts complaining about an extra keyword parameter, 'using'. I temporarily solved this using my_model.save(self, *args, **kwargs), but it would be nice not to use this magic syntax.		closed	Documentation	dev		fixed		mandx@…	Accepted	0	0	0	0	0	0
