caktus / django-project-template

Django project template for startproject (Requires 2.2+)
209 stars 53 forks source link

Upgrading salt on older projects causes failure #237

Closed vkurup closed 8 years ago

vkurup commented 8 years ago

In this specific case, upgrading salt from 2014.7.5 to 2015.5.5, causes the following error: https://github.com/saltstack/salt/issues/27792

Upgrading to 2015.5.8 picks up this fix which seems to allow the deploy to succeed. I'll submit a PR with that change to the default salt version in the project template, once I've done some more testing.