Re: Edit inline in newforms-admin branch (ATTN: Joseph Kocherans)

2007-06-27 Thread Russell Keith-Magee
On 6/27/07, Joseph Kocherhans <[EMAIL PROTECTED]> wrote: > > Thanks for bringing this up Russ. The problem at the moment is that > the admin doesn't look at any of the inlines when figuring out what > javascript to load, so if your inlines have date fields, the js > doesn't get loaded unless the

Re: Edit inline in newforms-admin branch (ATTN: Joseph Kocherans)

2007-06-27 Thread Joseph Kocherhans
On 6/26/07, Russell Keith-Magee <[EMAIL PROTECTED]> wrote: > > On 6/20/07, Joseph Kocherhans <[EMAIL PROTECTED]> wrote: > > > > Yep. None of the javascript stuff really works right now. The calendar > > and picker widgets for date and time fields, for instance, are broken. > > Sounds like a good

Re: Edit inline in newforms-admin branch (ATTN: Joseph Kocherans)

2007-06-19 Thread Joseph Kocherhans
On 6/19/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi, I've been trying this out as the new inline functionality in > newforms-admin branch but I've found one problem: raw_id_admin fields > aren't rendered correctly in inline fields. They are still rendered as > select widgets. > > Is

Re: Edit inline in newforms-admin branch (ATTN: Joseph Kocherans)

2007-06-19 Thread [EMAIL PROTECTED]
On Jun 15, 1:58 pm, "Joseph Kocherhans" <[EMAIL PROTECTED]> wrote: > On 6/9/07, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > > > > On 6/8/07, Joseph Kocherhans <[EMAIL PROTECTED]> wrote: > > > I'm most of the way there. Basically just template stuff and a little > > > bit of ModelAdmin code

Re: Edit inline in newforms-admin branch (ATTN: Joseph Kocherans)

2007-06-15 Thread Jason Davies
On Jun 15, 4:58 am, "Joseph Kocherhans" <[EMAIL PROTECTED]> wrote: > I just checked in a bunch of > changes.http://code.djangoproject.com/changeset/5473 Excellent :-) Jason --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: Edit inline in newforms-admin branch (ATTN: Joseph Kocherans)

2007-06-15 Thread Jacob Kaplan-Moss
On 6/14/07, Joseph Kocherhans <[EMAIL PROTECTED]> wrote: > I just checked in a bunch of changes. > http://code.djangoproject.com/changeset/5473 Sweet -- that's *great* news :) Looking forward to kicking the tires, Jacob --~--~-~--~~~---~--~~ You received this

Re: Edit inline in newforms-admin branch (ATTN: Joseph Kocherans)

2007-06-14 Thread Joseph Kocherhans
On 6/9/07, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > On 6/8/07, Joseph Kocherhans <[EMAIL PROTECTED]> wrote: > > I'm most of the way there. Basically just template stuff and a little > > bit of ModelAdmin code is left. I got stuck a few times keeping this > > stuff usable outside the admin,

Re: Edit inline in newforms-admin branch (ATTN: Joseph Kocherans)

2007-06-09 Thread Adrian Holovaty
On 6/8/07, Joseph Kocherhans <[EMAIL PROTECTED]> wrote: > I'm most of the way there. Basically just template stuff and a little > bit of ModelAdmin code is left. I got stuck a few times keeping this > stuff usable outside the admin, and at multiple levels. I think it was > worth the effort, but

Re: Edit inline in newforms-admin branch (ATTN: Joseph Kocherans)

2007-06-09 Thread Masida
I've seen your patch (in fact i'm already test driving it ;-) Will have a look at implementing it for the admin interface and will try to make a patch. Thanks Russ! Greetings, - Matthias On Jun 9, 1:39 am, "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote: > On 6/9/07, Masida <[EMAIL

Re: Edit inline in newforms-admin branch (ATTN: Joseph Kocherans)

2007-06-08 Thread Russell Keith-Magee
On 6/9/07, Masida <[EMAIL PROTECTED]> wrote: > > Is anyone working on FileField/ImageField support for the admin in > newforms-admin? > This isn't currently working (even with the latest patch from ticket > #3297). I uploaded a patch yesterday to add FileField/ImageField support in the general

Re: Edit inline in newforms-admin branch (ATTN: Joseph Kocherans)

2007-06-08 Thread Masida
Is anyone working on FileField/ImageField support for the admin in newforms-admin? This isn't currently working (even with the latest patch from ticket #3297). If nobody is working on it right now, I'll have a look at it and come up with a patch... (I'm actually using the newforms-admin branch

Re: Edit inline in newforms-admin branch (ATTN: Joseph Kocherans)

2007-06-08 Thread simonbun
Good stuff! Can't wait to start using newforms-admin outside of my sandbox... Thanks for the work! regards, Simon On Jun 8, 9:30 am, "Joseph Kocherhans" <[EMAIL PROTECTED]> wrote: > On 6/7/07, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > > > > > > On 6/7/07, Honza Král <[EMAIL PROTECTED]>

Re: Edit inline in newforms-admin branch (ATTN: Joseph Kocherans)

2007-06-08 Thread Honza Král
On 6/8/07, Joseph Kocherhans <[EMAIL PROTECTED]> wrote: > > On 6/7/07, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > > > On 6/7/07, Honza Kr�l <[EMAIL PROTECTED]> wrote: > > > Since we really need newforms-admin for this project, my employer > > > agreed to pay me to work on the newforms-admin if

Re: Edit inline in newforms-admin branch (ATTN: Joseph Kocherans)

2007-06-07 Thread Adrian Holovaty
On 6/7/07, Honza Král <[EMAIL PROTECTED]> wrote: > Since we really need newforms-admin for this project, my employer > agreed to pay me to work on the newforms-admin if necessary, so if > there is anything I can do to help I will be glad if you can point me > to some code (I understand you have

Re: Edit inline in newforms-admin branch (ATTN: Joseph Kocherans)

2007-06-07 Thread Honza Král
Hello, what is the current status of newforms-admin? We just started developing a major project with it and we will need the edit_inline functionality. Is there any chance this will be supported in next few weeks? Since we really need newforms-admin for this project, my employer agreed to pay me

Re: Edit inline in newforms-admin branch (ATTN: Joseph Kocherans)

2007-05-14 Thread Joseph Kocherhans
On 5/13/07, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > What's your ETA on these changes? I finally have some free time this > week, and I'd like to work toward getting this branch finalized. If > you don't have time to hack on this, let me know where you left off. I'm still working on the

Re: Edit inline in newforms-admin branch (ATTN: Joseph Kocherans)

2007-05-13 Thread Adrian Holovaty
On May 10, 6:28 pm, "Joseph Kocherhans" <[EMAIL PROTECTED]> wrote: > Oops. Actually let me clarify that a bit. The edit_inline definition > will definitely *not* be an argument to ForeignKey, but rather an > argument to either AdminSite.register or ModelAdmin (most likely the > latter). Passing

Re: Edit inline in newforms-admin branch (ATTN: Joseph Kocherans)

2007-05-10 Thread Joseph Kocherhans
On 5/10/07, Joseph Kocherhans <[EMAIL PROTECTED]> wrote: > On 5/5/07, Jari Pennanen <[EMAIL PROTECTED]> wrote: > > > > Modularity of edit inline? Any better? > > > > Currently: > > models.ForeignKey(Other, edit_inline=models.TABULAR, parameters...) > > obiviously is a big waste of OO abilities, >

Re: Edit inline in newforms-admin branch (ATTN: Joseph Kocherans)

2007-05-10 Thread Joseph Kocherhans
On 5/5/07, Jari Pennanen <[EMAIL PROTECTED]> wrote: > > Modularity of edit inline? Any better? > > Currently: > models.ForeignKey(Other, edit_inline=models.TABULAR, parameters...) > obiviously is a big waste of OO abilities, > > instead something like, the OO way: > models.ForeignKey(Other,

Re: Edit inline in newforms-admin branch (ATTN: Joseph Kocherans)

2007-05-10 Thread Malcolm Tredinnick
On Wed, 2007-05-09 at 22:20 +, Mike Axiak wrote: > I have created a ticket specifically for newforms-admin and > edit_inline (#4255). > > I'd like to bounce ideas around in there, if people would be willing > to talk. I would partially be willing to do some implementation, but > don't want

Re: Edit inline in newforms-admin branch (ATTN: Joseph Kocherans)

2007-05-09 Thread Russell Keith-Magee
On 5/10/07, Mike Axiak <[EMAIL PROTECTED]> wrote: > > I have created a ticket specifically for newforms-admin and > edit_inline (#4255). > > I'd like to bounce ideas around in there, if people would be willing > to talk. I would partially be willing to do some implementation, but > don't want to

Re: Edit inline in newforms-admin branch (ATTN: Joseph Kocherans)

2007-05-09 Thread Mike Axiak
I have created a ticket specifically for newforms-admin and edit_inline (#4255). I'd like to bounce ideas around in there, if people would be willing to talk. I would partially be willing to do some implementation, but don't want to write code other people have.

Re: Edit inline in newforms-admin branch (ATTN: Joseph Kocherans)

2007-05-05 Thread Jari Pennanen
Modularity of edit inline? Any better? Currently: models.ForeignKey(Other, edit_inline=models.TABULAR, parameters...) obiviously is a big waste of OO abilities, instead something like, the OO way: models.ForeignKey(Other, edit_inline=models.TabularInline(parameters)) were much better. (I know

Re: Edit inline in newforms-admin branch (ATTN: Joseph Kocherans)

2007-04-09 Thread Baptiste
I have found from where was the error coming. More details on http://code.djangoproject.com/ticket/3973. Thanks Baptiste On 8 avr, 19:07, "Adrian Holovaty" <[EMAIL PROTECTED]> wrote: > On 4/7/07, Baptiste <[EMAIL PROTECTED]> wrote: > > > I don't know how that was before, but with your commits

Re: Edit inline in newforms-admin branch (ATTN: Joseph Kocherans)

2007-04-08 Thread Adrian Holovaty
On 4/7/07, Baptiste <[EMAIL PROTECTED]> wrote: > I don't know how that was before, but with your commits of today, I > can't access the list of some models (some others still work), because > of the error : 'NoneType' object has no attribute 'manager' (/django/ > contrib/admin/filterspecs.py in

Re: Edit inline in newforms-admin branch (ATTN: Joseph Kocherans)

2007-04-07 Thread Baptiste
Hi, I don't know how that was before, but with your commits of today, I can't access the list of some models (some others still work), because of the error : 'NoneType' object has no attribute 'manager' (/django/ contrib/admin/filterspecs.py in __init__, line 161). I think it is an issue in my

Re: Edit inline in newforms-admin branch (ATTN: Joseph Kocherans)

2007-04-06 Thread Joseph Kocherhans
On 4/6/07, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > As of [4944], the newforms-admin admin site should be working properly > -- you're right that I hadn't finished the AdminSite stuff. (Sorry for > the miscommunication!) It's working pretty well now. To activate the > admin site, do this: >

Re: Edit inline in newforms-admin branch (ATTN: Joseph Kocherans)

2007-04-06 Thread Adrian Holovaty
On 3/26/07, Joseph Kocherhans <[EMAIL PROTECTED]> wrote: > Gah. Nevermind. Only the index page is working of AdminSite, and it's > root method acts like a view that takes url as a param. Doesn't > explain my problems with django.contrib.admin.views.main.index, but > that's a different issue. > >

Re: Edit inline in newforms-admin branch (ATTN: Joseph Kocherans)

2007-03-26 Thread Joseph Kocherhans
On 3/25/07, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > Now that we have 0.96 out the door, I'd love to wrap up the > newforms-admin branch, which is mostly missing edit-inline support but > works well for other cases. > > Joseph Kocherans was working on edit-inline support, but I haven't >

Re: Edit inline in newforms-admin branch (ATTN: Joseph Kocherans)

2007-03-26 Thread Joseph Kocherhans
On 3/25/07, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > Now that we have 0.96 out the door, I'd love to wrap up the > newforms-admin branch, which is mostly missing edit-inline support but > works well for other cases. > > Joseph Kocherans was working on edit-inline support, but I haven't >

Edit inline in newforms-admin branch (ATTN: Joseph Kocherans)

2007-03-25 Thread Adrian Holovaty
Now that we have 0.96 out the door, I'd love to wrap up the newforms-admin branch, which is mostly missing edit-inline support but works well for other cases. Joseph Kocherans was working on edit-inline support, but I haven't seen anything checked in or heard from him about any developments.