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
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
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