Re: Proposal: ordering edit-inlines with order_with_respect_to (admin-interface)

2008-10-29 Thread patrickk
thanks, jacob. doing the OrderingField doesn´t seem too much or a problem (and I do like the idea of getting rid of order_with_respect_to). where I´m really struggeling is the admin-interface: let´s say I have changed the order of my inline-related forms, I´ve made an error (e.g. a required field

Re: Proposal: ordering edit-inlines with order_with_respect_to (admin-interface)

2008-10-28 Thread Jacob Kaplan-Moss
On Wed, Oct 22, 2008 at 10:06 AM, patrickk <[EMAIL PROTECTED]> wrote: > IMHO, when using "order_with_respect_to", one should be able to order > the inlines (stacked & tabular). Yup, this has been on the todo list for quite some time. We even discussed it at PyCon a couple years ago as we kicked o

Re: Proposal: ordering edit-inlines with order_with_respect_to (admin-interface)

2008-10-23 Thread patrickk
if someome points me to the right direction, I might be able to provide a patch for this issue. yesterday, I tried to sketch the relations between the different formset-classes, -methods and - helpers, but (to be honest) I´m a bit lost here. furthermore, it´be interesting if the dev-team wants th

Proposal: ordering edit-inlines with order_with_respect_to (admin-interface)

2008-10-22 Thread patrickk
IMHO, when using "order_with_respect_to", one should be able to order the inlines (stacked & tabular). what´s necessary: 1. can_order should be set to true when using "order_with_respect_to". e.g., if you currently subclass a formset and use can_order=true, there ´s an error in the admin-interfac