Re: admin gives error on add or select item from list

2007-09-23 Thread paulh
Good idea and I have rechecked them; they all do return strings. Paul Hide On Sep 23, 3:42 pm, Alex Koshelev <[EMAIL PROTECTED]> wrote: > Check that your __str__/__unicode__ model's methods return strings > > On 23 сент, 17:41, paulh <[EMAIL PROTECTED]> wrote: > > > I select a model in the

Re: admin gives error on add or select item from list

2007-09-23 Thread Alex Koshelev
Check that your __str__/__unicode__ model's methods return strings On 23 сент, 17:41, paulh <[EMAIL PROTECTED]> wrote: > I select a model in the initial admin page and am offered a choice of > the available instances/rows to change. If I either select one of > these, or press the add button I

admin gives error on add or select item from list

2007-09-23 Thread paulh
I select a model in the initial admin page and am offered a choice of the available instances/rows to change. If I either select one of these, or press the add button I get the following error: Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/django/core/handlers/base.py"