13 Aug
2003
13 Aug
'03
6:46 p.m.
Michael Bleijerveld wrote at 2003-8-13 09:58 +0200:
It doesn't return a link to the (LocalFS) file.
You do not tell it to return a link. You tell it to return the object itself. When you want to return the URL, use an objects "absolute_url" method. When a link is something else (for you), construct it (almost surely from "absolute_url"). Dieter