﻿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
19211	1.5 Tutorial wrong about __unicode__() method for Python 3	adj7388@…	nobody	"When using Python 3.3 and 1.5-alpha-1 (note: underlined unicode() and str() below should have double underscores)

See this section of the tutorial ""Why __unicode__() and not __str__()?"": https://docs.djangoproject.com/en/1.5/intro/tutorial01/#playing-with-the-api

This section of the tutorial says to add __unicode__() method to your Model classes so that admin and shell display useful strings. This is correct for Python 2.x, but breaks object display under Python 3.3. __str__() should be used instead of __unicode__(). Tutorial probably needs a sidebar or other additional information for users using Python 3.x. "	Cleanup/optimization	new	Documentation	1.5-alpha-1	Normal		python3 unicode str		Unreviewed	0	0	0	0	0	0
