﻿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
9898	Typo on http://docs.djangoproject.com/en/dev/topics/forms/modelforms/	gizzywump	nobody	"Typo on http://docs.djangoproject.com/en/dev/topics/forms/modelforms/

This save() method accepts an optional commit keyword argument, which accepts either True or False. If you call save() with commit=False, then it will return an object that hasn't yet been saved to the database. In this case, it's up to you to call save() on the resulting model instance. This is useful if you want to do custom processing on the object before saving it, or if you want to use '''one''' of the specialised model saving options. commit is True by default.

(Used to say ""on"")."		closed	Documentation	1.0		fixed			Unreviewed	0	0	0	0	0	0
