﻿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
4871	def __str__(self):	Rob B	Jacob	"{{{
#!python
    def __unicode__(self):
        return self.x
}}}
I think this needs to be updated to
{{{
#!python
    def __str__(self):
        return self.x
}}}
"		closed	Documentation	dev		invalid	unicode		Unreviewed	0	0	0	0	0	0
