﻿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
24684	Syntax error in documentation	Alvaro Tuso	nobody	"Very simple correction:

https://docs.djangoproject.com/en/1.8/topics/forms/modelforms/#providing-initial-values

This line: {{{form = ArticleForm(initial={'headline': 'Initial headline'), instance=article)}}}

Should be: {{{form = ArticleForm(initial={'headline': 'Initial headline'}, instance=article)}}}

I'm not sure where to submit this"	Bug	closed	Documentation	1.8	Normal	fixed			Accepted	0	0	0	0	1	0
