Re: just starting out with django along with the tutorial - getting a type error

2007-12-11 Thread Ivan Levchenko
Thanks to Malcolm for helping me out, and thanks l5x for the help too! On Dec 11, 2007 2:40 PM, l5x <[EMAIL PROTECTED]> wrote: > > Oops, Malcolm answered first :) > > > > -- Best Regards, Ivan Levchenko [EMAIL PROTECTED] --~--~-~--~~~-

Re: just starting out with django along with the tutorial - getting a type error

2007-12-11 Thread Ivan Levchenko
_numb = models.IntegerField(). > > Since 'ticket_numb' is an integer, you cannot return it unadorned form > __unicode__. Return unicode(self.ticket_numb) instead. > > Regards, > Malcolm > > -- > Two wrongs are only the beginning. > http://www.pointy-stick.com/blog/ &