Closed GoogleCodeExporter closed 9 years ago
Original comment by jbel...@gmail.com
on 28 Feb 2009 at 1:00
I'm doing something like this:
def __repr__(self):
return self.__unicode__().encode('ascii', 'ignore')
def __unicode__(self):
return '<Entry(%s, %s, %s, %s, %s)>' % (self.id, self.title, self.kind_id,
self.user_id, self.when)
Original comment by sec....@gmail.com
on 12 Mar 2009 at 8:50
patch applied
Original comment by gael.pas...@gmail.com
on 12 Mar 2009 at 10:30
Original issue reported on code.google.com by
klein.stephane
on 26 Feb 2009 at 8:16Attachments: