Im looking for opinions with good arguments.
Django Framework now is at it's 1.9.2 version being 1.8.9 the LTS package.
I'm going to write a new project template and Im asking myself if it should be good to use the LTS for this particular idea or keep up with the latest version as they ship.
This last approach may lead to inconsistency and having to re check my code on every Django release, instead of making a project template every LTS version.
What do you think?