﻿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	Tutorial must be updated for Python 3	adj7388@…	nobody	"When using Python 3.3 and 1.5-alpha-1.

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	closed	Documentation	dev	Normal	fixed	python3 unicode str		Ready for checkin	1	0	0	0	0	0
