The current pull request proposes to make a backwards-incompatible change 
by chopping off any ".tpl" suffix in app or project template files. i.e. 
"If you are using custom templates and these templates already use a 
``.tpl``  suffix, you will need to append an additional ``.tpl`` (ie. 
``filename.tpl.tpl``)".

Do you find this change acceptable in a minor release (1.9.2)? If not, we 
could possibly limit the behavior to the templates in "django/conf".

https://github.com/django/django/pull/5735

On Monday, December 21, 2015 at 2:14:00 PM UTC-5, Carl Johnson wrote:
>
> FWIW, this also bit me. I have a deploy script that runs python -m 
> compileall as part of its build process. It was pretty easy to work around 
> by adding -x app_template, but why make everyone else work around Django? 
> ISTM it would be better to call the files .py_template instead since they 
> aren't valid Python.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/9047e152-91bd-4bff-b6f5-2fa64670e7ad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to