On Aug 7, 7:33 pm, Bobby Roberts <
tchend...@gmail.com> wrote:
> hi. does anyone have any ideas why this is not working... we are
> using django 0.96 on this particular server.
label_from_instance was added after that version. For now the only
thing you can do is to define __unicode__ on the Upload model, and
that will provide the value that is displayed.
--
DR.