[mezzanine-users] Searching models that aren't Displayable with Related Lookups

2015-01-21 Thread Keith Eberle
In order for Mezzanine to search a model, it must either subclass Page or Displayable. I have an instance where I would like to search an Orderable instead. Here's how my models work: class Section(Page): content = None class SectionBlock(Orderable): section =

Re: [mezzanine-users] invalid literal for int() with base 10: '' when creating new form (Mezzanine 3.1.10)

2015-01-21 Thread Stephen McDonald
This is typically caused by a hidden integer field not receiving input via some JavaScript - for example, the _order field that controls the ordering of the form fields when creating a form. Check the browser's dev console for missing js files, js errors, etc. On Wed, Jan 21, 2015 at 2:30 AM,