﻿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
11337	Possible missing comma in Tutorial Part 1 (but the interpreter is the final authority)	thiggins	nobody	"This is what we have:

{{{

INSTALLED_APPS = (

    'django.contrib.auth',
    'django.contrib.contenttypes',
    'django.contrib.sessions',
    'django.contrib.sites',
    'mysite.polls'

)

}}}

I'm expecting, with a trailing comma, the following:
{{{

INSTALLED_APPS = (

    'django.contrib.auth',
    'django.contrib.contenttypes',
    'django.contrib.sessions',
    'django.contrib.sites',
    'mysite.polls',

)

}}}
"		closed	Documentation	1.0		invalid	missing, comma, syntax		Unreviewed	0	0	0	0	0	0
