On Sep 14, 9:05 am, Donn <[EMAIL PROTECTED]> wrote:
> Hi,
> I have been looking, but can't find.
>
> I have a Client model with a Website inline (related by FK). it's open in a
> change screen in the admin.
> The inline below has a field that refers to the parent Client.
> That field is a drop-down showing many Clients.
>
> Is there any way to tell the inline to use the Client name that I am currently
> editing anyway?
>
> If I edit Client A it seems silly to have to choose "A" again from the inline
> for each row I want to add/edit.
>
> Just wondering. A client is bound to ask "can you just..." :)
> \d

That should happen automatically - you shouldn't see the foreign key
to the parent model. Can you post your model and admin code on
dpaste.com so we can work out what's wrong?

--
DR.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to