[mezzanine-users] The Orderable move buttons

2015-05-14 Thread Danny
Hi all, I'm doing a new development using Mezzanine master and Django 1.8.1, and I've got a model that derives from Orderable, with appropriate admin stuff set up for it too. In Mezzanine 3.1.10, the _order field was just an integer, so it was easy to edit, but with the latest mezzanine,

Re: [mezzanine-users] The Orderable move buttons

2015-05-14 Thread Danny
On 15 May 2015 at 09:49, Stephen McDonald st...@jupo.org wrote: That is a problem - the admin support is only designed for inlines. I think there was a thread on here just the other day about a third party lib for top-level ordering. Think I found it, Eduardo mentioned

Re: [mezzanine-users] The Orderable move buttons

2015-05-14 Thread Stephen McDonald
On Fri, May 15, 2015 at 10:17 AM, Danny molo...@gmail.com wrote: On 15 May 2015 at 09:21, Stephen McDonald st...@jupo.org wrote: On Fri, May 15, 2015 at 7:45 AM, Danny molo...@gmail.com wrote: Hi all, I'm doing a new development using Mezzanine master and Django 1.8.1, and I've got a

Re: [mezzanine-users] The Orderable move buttons

2015-05-14 Thread Stephen McDonald
On Fri, May 15, 2015 at 7:45 AM, Danny molo...@gmail.com wrote: Hi all, I'm doing a new development using Mezzanine master and Django 1.8.1, and I've got a model that derives from Orderable, with appropriate admin stuff set up for it too. In Mezzanine 3.1.10, the _order field was just an

Re: [mezzanine-users] The Orderable move buttons

2015-05-14 Thread Danny
On 15 May 2015 at 09:21, Stephen McDonald st...@jupo.org wrote: On Fri, May 15, 2015 at 7:45 AM, Danny molo...@gmail.com wrote: Hi all, I'm doing a new development using Mezzanine master and Django 1.8.1, and I've got a model that derives from Orderable, with appropriate admin stuff set