Re: [mezzanine-users] Re: Django 1.7 support

2014-12-07 Thread eric . amador14
We need a release on PyPI that officially supports Django 1.7 in order to bundle our application into pex format for deployment. Do you have any idea when a release supporting Django 1.7 may be made available on PyPI? On Friday, December 5, 2014 1:26:14 AM UTC-5, Stephen McDonald wrote: By

Re: [mezzanine-users] Re: Django 1.7 support

2014-12-04 Thread Stephen McDonald
By all accounts the current state of Mezzanine on both Github and BitBucket works wonderfully with Django 1.7. You can actually specify a commit on either of these sites as an explicit dependency for your project, so using Django 1.7 is possible right now. On Sat, Nov 29, 2014 at 8:06 AM,

[mezzanine-users] Re: Django 1.7 support

2014-10-08 Thread elguavas
so is mezz django 1.7 ready to go yet? pip install mezzanine still seems to be pulling in django 1.6.x . -- 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

Re: [mezzanine-users] Re: Django 1.7 support

2014-10-08 Thread Eduardo Rivas
Currently only the development version. You'll need to clone from the repo to get Django 1.7 support. -- 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] Re: Django 1.7 support

2014-09-21 Thread Eduardo Rivas
Hey Stephen, I tried the latest version of Mezzanine with one of my sites and all went smoothly. It just required following Django's instructions https://docs.djangoproject.com/en/1.7/topics/migrations/#libraries-third-party-apps for the new built-in migrations. After that, the database was up

[mezzanine-users] Re: Django 1.7 support

2014-09-21 Thread Eduardo Rivas
Just to clarify, I followed Django's instructions in my own project, didn't have to touch Mezzanine at all. -- 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

Re: [mezzanine-users] Re: Django 1.7 support

2014-09-19 Thread Stephen McDonald
Hi all, Support for migrations using either South + Django1.7, or Django 1.7's migrations has just been merged in thanks to Baylee Feore. It works as follows: - Each app.migrations package now houses a single new initial migration for Django 1.7 - Each app now houses its old south migrations

[mezzanine-users] Re: Django 1.7 support

2014-09-03 Thread Eduardo Rivas
Hey, so Django 1.7 has just been officially released. From what I gather from the GitHub issue linked by Steve, all works fine in Mezzanine. I wanted to ask how are migrations going to work now. Since we are supporting Django 1.5 and 1.6, does that mean we will support both South and the new

[mezzanine-users] Re: Django 1.7 support

2014-09-03 Thread Eduardo Rivas
Thanks for your answer, Thomas. I'll try to migrate some of my sites to 1.7 and report back how it goes. -- 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