Re: Nesting model forms with admin

2010-05-03 Thread Matt Schinckel
On May 3, 8:23 am, Spaceman Paul wrote: > I can't find the ticket, Matt.  If you could forward me a link, or > just > dig that patch up for me, I'd greatly appreciate it. http://code.djangoproject.com/ticket/9025 I haven't looked at this much since November, so it may not be that useful. Matt.

Re: Nesting model forms with admin

2010-05-02 Thread Spaceman Paul
I can't find the ticket, Matt. If you could forward me a link, or just dig that patch up for me, I'd greatly appreciate it. Paul. On May 2, 8:41 pm, Matt Schinckel wrote: > I have a patch: it was a while ago, but I was about to dig it up > again. > > In the meantime, there is an open ticket - I

Re: Nesting model forms with admin

2010-05-02 Thread Matt Schinckel
I have a patch: it was a while ago, but I was about to dig it up again. In the meantime, there is an open ticket - I think my patch is attached. Matt On Apr 20, 10:49 am, Spaceman Paul wrote: > I'm looking at extending the django admin app for a project, as it > does about 96% of what we need s

Nesting model forms with admin

2010-04-19 Thread Spaceman Paul
I'm looking at extending the django admin app for a project, as it does about 96% of what we need straight out of the box. The main feature not offered is what might be called nested modelforms. Stretching the example from the InlineModelAdmin documentation (which does almost the exact opposite o