On 1/16/06, Emanuele <[EMAIL PROTECTED]> wrote:
> - in Django0.90 there will be a piece of text showing the __str()__
> representation on that Author just over that ID
> - in Django0.91 that string disappears, so the user cannot know if the
> author's ID he inserted was correct. The same happens in SVN version.

Hi Emanuele,

I just tested this using Django's SVN version, and raw_id_admin=True
did indeed work properly. The string representation of the related
object was displayed.

I didn't test this on Django 0.91, but I assume it would work there,
too. We haven't made any changes to the raw_id_admin handling in SVN
since 0.91 was released.

I suspect you're using custom admin templates that somehow override
the raw_id_admin functionality. There were quite a few changes to
admin templates between 0.90 and 0.91, so, if you're customizing admin
templates, it's probably best to start from the "real" templates
rather than retrofitting 0.90-style admin templates to fit the
template scheme 0.91 expects.

Adrian

--
Adrian Holovaty
holovaty.com | djangoproject.com | chicagocrime.org

Reply via email to