Re: admin-interface: move up/down proposal

2007-01-22 Thread stuff4ash
thx patrick. just noticed you also wrote the filebrowser. very nice work. cheers! ashley On Jan 22, 8:48 pm, "patrick k." <[EMAIL PROTECTED]> wrote: > sorry for the delay, here is the code: > > models.pyhttp://dpaste.com/hold/4898/ > > views.pyhttp://dpaste.com/hold/4899/ > > change_list.htmlh

Re: admin-interface: move up/down proposal

2007-01-22 Thread patrick k.
sorry for the delay, here is the code: models.py http://dpaste.com/hold/4898/ views.py http://dpaste.com/hold/4899/ change_list.html http://dpaste.com/hold/4900/ the change_list may look a bit weird (due to the whole js-code and the additional styles). patrick Am 22.01.2007 um 20:28 schrie

Re: admin-interface: move up/down proposal

2007-01-22 Thread stuff4ash
looks very nice, would also need something like that in a project i am working on. stadtkinowien? :) servus! :D On Dec 19 2006, 5:09 pm, "va:patrick.kranzlmueller" <[EMAIL PROTECTED]> wrote: > we´ve integrated the capability of moving items in the admin change- > list acc. to a field called "p

Re: admin-interface: move up/down proposal

2007-01-22 Thread Jason Davies
Konstantin Khilkevitch wrote: > I believe ticket 13, now in accepted queue, deals with this > functionality: http://code.djangoproject.com/ticket/13 I'm not sure it's exactly the same, as ticket #13 only deals with the ordering of related objects with respect to a particular object. It would be

Re: admin-interface: move up/down proposal

2007-01-21 Thread Konstantin Khilkevitch
I believe ticket 13, now in accepted queue, deals with this functionality: http://code.djangoproject.com/ticket/13 Konstantin On 1/20/07, Lakin Wecker <[EMAIL PROTECTED]> wrote: > I'd also be interested in looking at the files as as we were considering > implementing this for a project we're wo

Re: admin-interface: move up/down proposal

2007-01-20 Thread Lakin Wecker
I'd also be interested in looking at the files as as we were considering implementing this for a project we're working on. Maybe instead, we can take the time to abstract this into a field. Lakin On 12/19/06, Chad Maine <[EMAIL PROTECTED]> wrote: > > I've built similar things in django myself, a

Re: admin-interface: move up/down proposal

2006-12-19 Thread Chad Maine
I've built similar things in django myself, although they never looked as nice as that. :) I'd love to take a look at what you've got. Chad On 12/19/06, va:patrick.kranzlmueller <[EMAIL PROTECTED]> wrote: > > > we´ve integrated the capability of moving items in the admin change- > list acc. to a

admin-interface: move up/down proposal

2006-12-19 Thread va:patrick.kranzlmueller
we´ve integrated the capability of moving items in the admin change- list acc. to a field called "position". screenshots are here: http://www.vonautomatisch.at/django/move/index.html question is: is someone interested in abstracting the integration, e.g. using some kind of "move_by"-field in