﻿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
4816	__str__ vs. __unicode__ in models.py	anonymous	Jacob	"If you change settings.py to
...
USE_I18N = False


then in models.py you have to use

    def __str(self)__:    rather than __unicode__

this is not covered in the tutorial part 1 and it took me 30 minutes to guess it.  It helps that I'm a pythonista, or I would have not tried it.
"		closed	Documentation	0.96		invalid	tutorial __str__ __unicode__		Unreviewed	0	0	0	0	0	0
