Re: ordering edit inlines in admin

2008-10-22 Thread patrickk
just found this ticket (http://code.djangoproject.com/ticket/8165) which is probably the reason why (re-)ordering edit-inlines is so complicated. On Oct 21, 3:43 pm, patrickk <[EMAIL PROTECTED]> wrote: > does anyone know about a clean way to order edit-inlines using the > admin-interface? > >

ordering edit inlines in admin

2008-10-21 Thread patrickk
does anyone know about a clean way to order edit-inlines using the admin-interface? 1. I´ve seen this and other javascript-based snippets: http://simonwillison.net/2008/Sep/13/django/ ... it´s quite simple, but it doesn´t really work. for example, if the formset isn´t valid, the order is lost.