﻿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
11205	Tutoria Page 1: django.db.models.Model.__str__() used instead of __str__()	WickedMetalHead	Karen Tracey	"On page 1 of the Tutorial there is a info box called ""Why __unicode__() and not django.db.models.Model.__str__()?"". I think this is supposed to be __str__() and not django.db.models.Model.__str__(). The box is detailing the reason that django chose to use the __unicode__ method over the typical __str__ method that is usually added to python classes. This is supported by reading the first sentence. If you're familiar with Python, you might be in the habit of adding django.db.models.Model.__str__() methods to your classes, not __unicode__() methods.

To fix this i would change the django.db.models.Model.__str__() to just __str__()"		closed	Documentation	1.0		fixed			Accepted	0	0	0	0	0	0
