Re: Enhancement to edit_inline

2008-02-08 Thread [EMAIL PROTECTED]
Just a note, edit_inline is being handled here: http://code.djangoproject.com/ticket/13 I believe it is set to be adjusted post nfa merge. On Feb 7, 12:22 pm, "James Bennett" <[EMAIL PROTECTED]> wrote: > On Feb 7, 2008 8:29 AM, MikeH <[EMAIL PROTECTED]> wrote: > > > So I modified the admin app t

Re: Enhancement to edit_inline

2008-02-07 Thread James Bennett
On Feb 7, 2008 8:29 AM, MikeH <[EMAIL PROTECTED]> wrote: > So I modified the admin app to let you override the edit inline templates in > your own applications, > using the admin/app_name/model_name/edit_inline_(stacked|tabular).html > convention that the other admin templates use. > > The diff i

Enhancement to edit_inline

2008-02-07 Thread MikeH
Hi all, I wanted to use edit_inline for some of my models, but wanted to customise the templates that were used. So I modified the admin app to let you override the edit inline templates in your own applications, using the admin/app_name/model_name/edit_inline_(stacked|tabular).html convention th