﻿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
5119	Error in tutorial	anonymous	Jacob	"Error in tutorial at http://www.djangoproject.com/documentation/tutorial01/ :

from django.db import models

class Poll(models.Model):
    question = models.CharField(max_length=200)
    pub_date = models.DateTimeField('date published')
(...)

max_length should be maxlength."		closed	Uncategorized	0.96		invalid			Unreviewed	0	0	0	0	0	0
