﻿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
318	Missing ')' in SlugField code example	django@…	Jacob	"On the [http://www.djangoproject.com/documentation/model_api/ Model API] page, the !SlugField example is:

{{{
meta.SlugField(""slug"", prepopulate_from=(""pre_name"", ""name""),
}}}

But should read:

{{{
meta.SlugField(""slug"", prepopulate_from=(""pre_name"", ""name"")),
}}}"	defect	closed	*.djangoproject.com		normal	fixed			Unreviewed	0	0	0	0	0	0
