﻿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
11324	Tutorial 1 - import datetime	Timbadu	nobody	"Where do I put this custom method:

class Poll(models.Model):
    # ...
    def __unicode__(self):
        return self.question

class Choice(models.Model):
    # ...
    def __unicode__(self):
        return self.choice

I've tried a few places with no sucess in runing the shell."		closed	Uncategorized	1.0		invalid	Tutorial 1		Unreviewed	0	0	0	0	0	0
