Re: [mezzanine-users] TESTING, South, Django-Redirects, and OPTIONAL_APPS

2015-07-06 Thread Ken Bolton
Hi Shawn, The moment there is a release, this mailing list will know. In the meantime, feel free to develop your applications against master. -ken On Mon, Jul 6, 2015 at 3:05 AM, shawn.vanitter...@appdynamics.com wrote: Have these changes been released with a version number? Shawn On

Re: [mezzanine-users] TESTING, South, Django-Redirects, and OPTIONAL_APPS

2015-07-06 Thread shawn . vanittersum
Have these changes been released with a version number? Shawn On Sunday, July 5, 2015 at 6:59:41 AM UTC-7, Stephen McDonald wrote: I believe none of this occurs anymore in the development version. On Thu, Jul 2, 2015 at 4:19 AM, shawn.va...@appdynamics.com javascript: wrote: When running

Re: [mezzanine-users] TESTING, South, Django-Redirects, and OPTIONAL_APPS

2015-07-05 Thread Stephen McDonald
I believe none of this occurs anymore in the development version. On Thu, Jul 2, 2015 at 4:19 AM, shawn.vanitter...@appdynamics.com wrote: When running manage.py test, Mezzanine's utils/conf.py automatically sets settings.TESTING = True. A few lines later, it forks based on the TESTING

[mezzanine-users] TESTING, South, Django-Redirects, and OPTIONAL_APPS

2015-07-01 Thread shawn . vanittersum
When running manage.py test, Mezzanine's utils/conf.py automatically sets settings.TESTING = True. A few lines later, it forks based on the TESTING setting: If TESTING is False, then South and OPTIONAL_APPS are added to INSTALLED_APPS. If TESTING is True, then those apps are NOT added, and