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
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
--~--~-~--