Buglet in tutorial 2

2006-05-23 Thread Jeremy Dunck
At: http://www.djangoproject.com/documentation/tutorial2/ This: "By default, Django displays the repr() of each object." It actually uses str() now, right? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django de

Re: Buglet in tutorial 2

2006-05-23 Thread Malcolm Tredinnick
On Mon, 2006-05-22 at 20:27 -0500, Jeremy Dunck wrote: > At: > http://www.djangoproject.com/documentation/tutorial2/ > > This: > "By default, Django displays the repr() of each object." > > It actually uses str() now, right? Indeed. Fixed now. Thanks. :-) Regards, Malcolm --~--~-~--