Re: [mezzanine-users] Admin navigation

2014-02-17 Thread Luc Milland
Hello, I think it's great, since most of the people have wide screens nowadays. Maybe it would be cool if submenus were toggleable, since the list can become very long when using custom and third party apps. Luc Le lundi 17 février 2014 à 12:01 +1100, Stephen McDonald a écrit : Playing around

Re: [mezzanine-users] how to modify an order model field?

2014-02-17 Thread Luc Milland
Hello, I had the same need and here is what I did. I have a local app called custom where goes all my - surprise !- custom stuff. In custom/fields.py and custom/form/order.py I use the following code : https://gist.github.com/lucmilland/9047978 . Then I just have to set SHOP_CHECKOUT_FORM_CLASS =

Re: [mezzanine-users] Admin navigation

2014-02-17 Thread Josh Cartmell
Hey Steve, that looks pretty cool! I agree with Luc that it would be nice to make it collapse able. It also might be nice if the menu scrolled independently from the rest of the page. Last question, what happens on smaller screens? On Mon, Feb 17, 2014 at 12:23 AM, Luc Milland

Re: [mezzanine-users] Admin navigation

2014-02-17 Thread Stephen McDonald
On Tue, Feb 18, 2014 at 5:10 AM, Josh Cartmell joshcar...@gmail.com wrote: Hey Steve, that looks pretty cool! I agree with Luc that it would be nice to make it collapse able. It also might be nice if the menu scrolled independently from the rest of the page. Last question, what happens on

[mezzanine-users] Re: how to modify an order model field?

2014-02-17 Thread Jacob
AWESOME! Thank you. -- You received this message because you are subscribed to the Google Groups Mezzanine Users group. To unsubscribe from this group and stop receiving emails from it, send an email to mezzanine-users+unsubscr...@googlegroups.com. For more options, visit

Re: [mezzanine-users] jquery resize error

2014-02-17 Thread Stephen McDonald
Any hints on how to reproduce? On Tue, Feb 18, 2014 at 11:59 AM, Ross Laird r...@rosslaird.com wrote: I'm getting a javascript error (Uncaught TypeError: cannot set property of 'w' undefined) with jquery.ba-resize.js, which is included in the default Mezzanine setup. There is an open

Re: [mezzanine-users] jquery resize error

2014-02-17 Thread Josh Cartmell
Hey Ross, I've seen this before. Tell me if I'm wrong but do you only see it when you log in as an admin? In my experience, it had something to do with a jquery script trying to use the normal jquery resize functionality (https://api.jquery.com/resize/) and not working because ba-resize changes

[mezzanine-users] Using a foreign key in Model search_fields?

2014-02-17 Thread step
Hey guys, I can't figure this out. I figured this might be something worth resolving on the mailing list as a reference. I'm trying to use a foreignkey in a Model's search_fields (search using a foreignkey). Anyone have any idea? *settings.py* - ( # Dotted path to field.