Karen, Thanks for the reply =).
Yeah, you're right in that it doesn't make sense for a normal inline. I was hoping for some sort of "reverse" inline? (Is that the right word?). I guess I just wanted some AJAX-y way to create new categories (FK parents) without having to popup a new window. Anyhow, I suppose when I create custom forms or extend the admin, I could do that, but otherwise it's not that big a deal. Cheers, Victor On Apr 15, 9:23 pm, Karen Tracey <[email protected]> wrote: > On Thu, Apr 15, 2010 at 3:24 AM, Victor Hooi <[email protected]> wrote: > > However, I still wanted some way of creating categories on the "Add > > Article" page - is there a way of doing inlines here, and having the > > "Add Firm" embedded on that page (without having to open a new > > window), or should I reverse the way my FK is? > > The standard select widget in admin for the Category foreign key will have a > green plus icon next to it that, when clicked, will open a popup window that > allows you to create a new Category. > > Karen -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

