Re: Admin inlines and fieldsets

2011-12-09 Thread Imposter
This was not my intention at all. The discussion on the ticket at https://code.djangoproject.com/ticket/10938 suggested opening a discussion to prove a case for this. I was merely pointing out why I thought it might be useful, since I ran into a case where this would've been convenient. I ha

Re: Admin inlines and fieldsets

2011-12-09 Thread Jacob Kaplan-Moss
On Thu, Dec 8, 2011 at 10:42 PM, Cptn Obvious wrote: > You guys didn't hear? He actually needs that, "right now". If you > could just get that into trunk ASAP, that'd be great. I need a train > car filled with gold bars, while you're at it. This sort of thing isn't OK here, at all. Cut it out. J

Re: Admin inlines and fieldsets

2011-12-09 Thread Cptn Obvious
You guys didn't hear? He actually needs that, "right now". If you could just get that into trunk ASAP, that'd be great. I need a train car filled with gold bars, while you're at it. On Dec 7, 6:47 pm, Imposter wrote: > This is exactly what I've been struggling with today!  Specifically the > ord

Re: Admin inlines and fieldsets

2011-12-07 Thread Imposter
This is exactly what I've been struggling with today! Specifically the ordering of a related object. More specifically the UserProfile created for User. Currently I seemingly have no control in integrating with the admin form and am stuck with my User extension as a stacked inline appended t

Re: Admin inlines and fieldsets

2011-06-28 Thread Stephen Burrows
Hey, I reopened the ticket and suggested a syntax that would make more sense to me than the options already presented there. Best, Stephen On Jun 27, 10:00 am, Russell Keith-Magee wrote: > On Mon, Jun 20, 2011 at 7:51 PM, Aymeric Augustin > > > > > > > > > > wrote: > > Hello, > > Ticket #10938 [

Re: Admin inlines and fieldsets

2011-06-27 Thread Russell Keith-Magee
On Mon, Jun 20, 2011 at 7:51 PM, Aymeric Augustin wrote: > Hello, > Ticket #10938 [1] suggests declaring inlines in fieldsets, and was closed as > wontfix. > I think this ticket mixes two different things: >     (1) make it possible to *declare* inlines in > ModelAdmin.fieldsets instead of ModelAd

Admin inlines and fieldsets

2011-06-20 Thread Aymeric Augustin
Hello, Ticket #10938 [1] suggests declaring inlines in fieldsets, and was closed as wontfix. I think this ticket mixes two different things: (1) make it possible to *declare* inlines in ModelAdmin.fieldsets instead of ModelAdmin.inlines. This is a bad idea: there should be only one way to dec