[mezzanine-users] Checking for foreign key in clean method - Django 1.77 vs 1.8

2015-04-15 Thread Graham
Hi guys I have some code in a clean() method that works ok on Django 1.77 but stops working in 1.8 The scenario class Span(models.Model): happening = models.ForeignKey('Happening', blank = True, null = True) soul_class = models.ForeignKey('SoulClass', blank = True, null = True) In t

[mezzanine-users] Mezzanine modal announcements

2015-04-15 Thread Josh Cartmell
Hey all, I've opened up a site announcement package I've used on a couple of Mezzanine sites. You can see the code at https://github.com/joshcartme/mezzanine-modal-announcements/tree/1.1.3 or https://bitbucket.org/joshcartme/mezzanine-modal-announcements/src (I haven't figured out how to get hg-g

Re: [mezzanine-users] Re: new release? - TypeError at /search/ unsupported operand type(s) for |=:

2015-04-15 Thread Graham Oliver
ok retested on Django 1.77 and 1.8 - all is good On Wednesday, 15 April 2015 09:48:34 UTC+12, Stephen McDonald wrote: > > Good find Graham, thanks a lot for tracking it down. > > That's fixed now: > > > https://github.com/stephenmcd/mezzanine/commit/3ad1a6a9ce049e14fe9d120be1226844ad201baf > > On

Re: [mezzanine-users] Wordpress to Mezzanine

2015-04-15 Thread Graham
Hi Flavio I don't really have any answers to your questions but you may wish to look at this thread https://groups.google.com/d/msg/mezzanine-users/EwNSmJrH2wM/S_gpPddQMWQJ or this one (started by one of Django's core developers) https://groups.google.com/d/msg/mezzanine-users/ucy7vNGScBk/c97wd

[mezzanine-users] Wordpress to Mezzanine

2015-04-15 Thread Flavio Barros
I'm a Wordpress user and trying to learn Django. As a learning experience, i am migrating a blog to mezzanine, to get used to deployment process and maybe develop some things that i could need. >From a developer perspective i think that mezzanine offers a lot in compared with Wordpress, because