On 10/3/05, Emanuele <[EMAIL PROTECTED]> wrote:
> Wouldn't it be nice (useful?) if just after inserting the pk value (in
> case of "raw_id_admin=True" I mean) we could see aside the __repr__()
> of the corresponding record? Just as a double check. Using manual
> insertion of pk values is a good alternative when dealing with big
> drop-down lists, but it is not as easy as selecting from a list of
> meaningful names...

Oooh, that's a good idea. Django already displays the __repr__() of
the corresponding record on the *change* page, but it'd be nice to do
it automatically (via Ajax) right after the field is populated on the
add page (or changed on the change page).

Sounds like a fun evening project for me...

Adrian

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

Reply via email to