Re: Many to Many Inline Editing

2008-05-29 Thread J. Cliff Dyer
See ticket #6095 in trac. The fix is on its way. Cheers, Cliff On Mon, 2008-05-19 at 06:53 -0700, JReynolds wrote: > I posted this on django-users before and didn't get much response, so > asking here... > > I have seen this posted a few times on the list here, but it always > seems to become

Re: Many to Many Inline Editing

2008-05-20 Thread Honza Král
Hi, it is very easy to do that with newforms-admin, see http://www.djangosnippets.org/snippets/765/ how this can be done for generic relations, it would be very similar for many-to-many On Tue, May 20, 2008 at 10:32 PM, Yuri Baburov <[EMAIL PROTECTED]> wrote: > > i'm sorry, probable i put simil

Re: Many to Many Inline Editing

2008-05-20 Thread Yuri Baburov
i'm sorry, probable i put similar, but not right link. maybe this one? http://marinho.webdoisonline.com/blog/p/153/ as far as i understand, google search didn't work for you. that's a pity. and seems we've got all components done for web2.0 django admin already, but unfortunately nobody has time

Re: Many to Many Inline Editing

2008-05-20 Thread JReynolds
On May 19, 9:06 am, "Yuri Baburov" <[EMAIL PROTECTED]> wrote: > Hi, something like this?http://www.djangosnippets.org/snippets/747/ > > Hi  Mon, May 19, 2008 at 8:53 PM, JReynolds <[EMAIL PROTECTED]> wrote: > > > > > > > I posted this on django-users before and didn't get much response, so > > a

Re: Many to Many Inline Editing

2008-05-19 Thread Yuri Baburov
Hi, something like this? http://www.djangosnippets.org/snippets/747/ Hi Mon, May 19, 2008 at 8:53 PM, JReynolds <[EMAIL PROTECTED]> wrote: > > I posted this on django-users before and didn't get much response, so > asking here... > > I have seen this posted a few times on the list here, but it a

Many to Many Inline Editing

2008-05-19 Thread JReynolds
I posted this on django-users before and didn't get much response, so asking here... I have seen this posted a few times on the list here, but it always seems to become a discussion about the many to many implementation and move away from making it work as the one to many inline editing works in