[mezzanine-users] Re: New releases: Mezzanine, Cartridge, Drum

2015-07-27 Thread Sam Kingston
Any chance on a PyPi release for Cartridge 0.10? 0.9.5 is still the latest

On Sunday, 26 July 2015 14:16:24 UTC+10, Stephen McDonald wrote:

 Hi all,

 I've just released Mezzanine 4.0.1 which contains a small handful of 
 bugfixes and improvements since the recent 4.0 release - most notably 
 restoration of the --alternate option in the mezzanine-project command, 
 which is used by Cartridge and Drum for creating new projects. Other 
 changes include:

 - Prompt for superuser creation with createdb command is run without 
 --noinput
 - Fixed issues when both modeltranslation and debug toolbar are installed
 - local_settings.py is now exec'd rather than imported, allowing it to 
 reference values already defined in settings.py

 With that done, I've also pushed Cartridge 0.10 and Drum 0.3, both updated 
 to support the new Mezzanine 4 project layout, using Django 1.7 or 1.8. 
 While both these contains almost a year's worth of changes, they're mostly 
 comprised of bugfixes and changes for compatibility with the latest 
 Mezzanine and Django versions.

 As usual, you can view the full Mezzanine and Cartridge changelogs on 
 their respective sites:

 http://mezzanine.jupo.org/docs/colophon.html#version-4-0-1-jul-26-2015
 http://cartridge.jupo.org/colophon.html#version-0-10-0-jul-26-2015

 Incidentally, I've also released django-overextends 0.4 with Django 1.7 
 and 1.8 compatbility, which is the overextends template tag that was born 
 in Mezzanine (and is still bundled with it) that allows circular template 
 inheritance:

 https://github.com/stephenmcd/django-overextends

 As always, a big thanks to everyone who was involved in the work contained 
 in these releases.


 - 

 -- 
 Stephen McDonald
 http://jupo.org
  

-- 
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 https://groups.google.com/d/optout.


Re: [mezzanine-users] Re: New releases: Mezzanine, Cartridge, Drum

2015-07-27 Thread Sam Kingston
Brilliant! Thanks Steve!

On 27 July 2015 at 23:50, Stephen McDonald st...@jupo.org wrote:

 Should be up now.

 On Mon, Jul 27, 2015 at 11:41 PM, Sam Kingston s...@sjkwi.com.au wrote:

 Any chance on a PyPi release for Cartridge 0.10? 0.9.5 is still the latest



-- 
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 https://groups.google.com/d/optout.


[mezzanine-users] Re: New releases: Mezzanine, Cartridge, Drum

2015-07-27 Thread vikraw
Thank You. Great work.

On Sunday, July 26, 2015 at 9:46:24 AM UTC+5:30, Stephen McDonald wrote:

 Hi all,

 I've just released Mezzanine 4.0.1 which contains a small handful of 
 bugfixes and improvements since the recent 4.0 release - most notably 
 restoration of the --alternate option in the mezzanine-project command, 
 which is used by Cartridge and Drum for creating new projects. Other 
 changes include:

 - Prompt for superuser creation with createdb command is run without 
 --noinput
 - Fixed issues when both modeltranslation and debug toolbar are installed
 - local_settings.py is now exec'd rather than imported, allowing it to 
 reference values already defined in settings.py

 With that done, I've also pushed Cartridge 0.10 and Drum 0.3, both updated 
 to support the new Mezzanine 4 project layout, using Django 1.7 or 1.8. 
 While both these contains almost a year's worth of changes, they're mostly 
 comprised of bugfixes and changes for compatibility with the latest 
 Mezzanine and Django versions.

 As usual, you can view the full Mezzanine and Cartridge changelogs on 
 their respective sites:

 http://mezzanine.jupo.org/docs/colophon.html#version-4-0-1-jul-26-2015
 http://cartridge.jupo.org/colophon.html#version-0-10-0-jul-26-2015

 Incidentally, I've also released django-overextends 0.4 with Django 1.7 
 and 1.8 compatbility, which is the overextends template tag that was born 
 in Mezzanine (and is still bundled with it) that allows circular template 
 inheritance:

 https://github.com/stephenmcd/django-overextends

 As always, a big thanks to everyone who was involved in the work contained 
 in these releases.


 - 

 -- 
 Stephen McDonald
 http://jupo.org
  

-- 
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 https://groups.google.com/d/optout.


[mezzanine-users] Re: New releases: Mezzanine, Cartridge, Drum

2015-07-26 Thread Sam Kingston
Fantastic work as always everyone. Well done!

On Sunday, 26 July 2015 14:16:24 UTC+10, Stephen McDonald wrote:

 Hi all,

 I've just released Mezzanine 4.0.1 which contains a small handful of 
 bugfixes and improvements since the recent 4.0 release - most notably 
 restoration of the --alternate option in the mezzanine-project command, 
 which is used by Cartridge and Drum for creating new projects. Other 
 changes include:

 - Prompt for superuser creation with createdb command is run without 
 --noinput
 - Fixed issues when both modeltranslation and debug toolbar are installed
 - local_settings.py is now exec'd rather than imported, allowing it to 
 reference values already defined in settings.py

 With that done, I've also pushed Cartridge 0.10 and Drum 0.3, both updated 
 to support the new Mezzanine 4 project layout, using Django 1.7 or 1.8. 
 While both these contains almost a year's worth of changes, they're mostly 
 comprised of bugfixes and changes for compatibility with the latest 
 Mezzanine and Django versions.

 As usual, you can view the full Mezzanine and Cartridge changelogs on 
 their respective sites:

 http://mezzanine.jupo.org/docs/colophon.html#version-4-0-1-jul-26-2015
 http://cartridge.jupo.org/colophon.html#version-0-10-0-jul-26-2015

 Incidentally, I've also released django-overextends 0.4 with Django 1.7 
 and 1.8 compatbility, which is the overextends template tag that was born 
 in Mezzanine (and is still bundled with it) that allows circular template 
 inheritance:

 https://github.com/stephenmcd/django-overextends

 As always, a big thanks to everyone who was involved in the work contained 
 in these releases.


 - 

 -- 
 Stephen McDonald
 http://jupo.org
  

-- 
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 https://groups.google.com/d/optout.