Re: Using javascript to edit_in_line on django admin

2007-02-05 Thread [EMAIL PROTECTED]
Hi guys! I create the ticket: http://code.djangoproject.com/ticket/3433 I somewhat busy these days, so I can't tell when I will have this done, but I'm working on it, be sure :D Will it be usefull to do it in the current release (with the actual admin interface) or should I have to work on t

Re: Using javascript to edit_in_line on django admin

2007-02-05 Thread zenx
Michelts, I think that would be great. If you open a ticket please post the link here, I would like to follow it. Thank you --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this

Re: Using javascript to edit_in_line on django admin

2007-02-04 Thread Gary Wilson
On Feb 3, 5:04 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Filtering with javascript isn't too much needed, but the edit_inline > with javascript is a cool thing I want to see in django that doesn't > break backward compatibility. As I said, I can make this improvement > on the django ad

Using javascript to edit_in_line on django admin

2007-02-03 Thread [EMAIL PROTECTED]
Hi guys! I was working on the poll example, I can add choices to poll "inline", this is cool, but I need to limit how many choices I can add once. If I set num_in_admin=3 and my user need to add more than 3 choices, he have to add the poll and edit it to have more choices available to insert. I